Skip to content

Commit

Permalink
Towards testing on aarch64 Linux
Browse files Browse the repository at this point in the history
Are we there yet?
  • Loading branch information
gaborcsardi committed Sep 23, 2024
1 parent 6777caf commit 875917f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ jobs:
REDHAT_ACTIVATION_KEY_RHEL9: ${{ secrets.REDHAT_ACTIVATION_KEY_RHEL9 }}

linux-build-aarch64:
if: ${{ github.event.inputs.inplinuxaarch64 == 'yes' }}
if: ${{ github.event.inputs.inplinuxaarch64 == '' || github.event.inputs.inplinuxaarch64 == 'yes' }}
runs-on: [linux-arm64]
name: Linux build aaarch
env:
Expand Down

0 comments on commit 875917f

Please sign in to comment.