Skip to content

Commit

Permalink
Roll back changes to plugins build steps
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexRuiz7 committed Sep 26, 2024
1 parent a67e5f0 commit efdbdec
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -123,9 +123,7 @@ jobs:
fail-fast: false
matrix:
plugins: ["setup", "command-manager"]
architecture: ${{ fromJson(needs.matrix.outputs.matrix.architecture) }}
needs: [matrix]
runs-on: ${{ matrix.architecture == 'arm64' && 'wz-linux-arm64' || 'ubuntu-22.04' }}
runs-on: ubuntu-22.04
env:
plugin_name: wazuh-indexer-${{ matrix.plugins }}
steps:
Expand Down Expand Up @@ -163,10 +161,7 @@ jobs:
build-reporting-plugin:
if: ${{ inputs.reporting_plugin_ref != '' }}
needs: [matrix]
runs-on: ${{ matrix.architecture == 'arm64' && 'wz-linux-arm64' || 'ubuntu-22.04' }}
strategy:
fail-fast: false
matrix: ${{ fromJson(needs.matrix.outputs.matrix) }}
runs-on: ubuntu-22.04
env:
plugin_name: wazuh-indexer-reports-scheduler
steps:
Expand Down

0 comments on commit efdbdec

Please sign in to comment.