Skip to content

Commit

Permalink
Restore accidentally overwritten change (#402)
Browse files Browse the repository at this point in the history
  • Loading branch information
Tostti authored Nov 6, 2024
1 parent 1627daa commit 6ef5647
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_wazuh_dashboard_with_plugins.yml
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ jobs:

build-and-test-package:
needs: [setup-variables, build-main-plugins, build-base, build-security-plugin]
runs-on: ubuntu-latest
runs-on: ${{ (inputs.architecture == 'arm64' || inputs.architecture == 'aarch64') && 'wz-linux-arm64' || 'ubuntu-22.04' }}
name: Generate packages
steps:
- name: Checkout code
Expand Down

0 comments on commit 6ef5647

Please sign in to comment.