Skip to content

Commit

Permalink
Enable assembly of ARM packages
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexRuiz7 committed Sep 26, 2024
1 parent efdbdec commit 6303811
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ on:
architecture:
description: '[ "x64", "arm64" ]'
type: string
default: '[ "x64" ]'
default: '[ "arm64" ]'
checksum:
description: "Checksum ?"
type: boolean
Expand Down Expand Up @@ -160,7 +160,6 @@ jobs:

build-reporting-plugin:
if: ${{ inputs.reporting_plugin_ref != '' }}
needs: [matrix]
runs-on: ubuntu-22.04
env:
plugin_name: wazuh-indexer-reports-scheduler
Expand Down

0 comments on commit 6303811

Please sign in to comment.