Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Azathothas authored Jan 26, 2025
1 parent 7b64cdc commit ea06fb6
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/manual_test_builds.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,11 +52,12 @@ jobs:
strategy:
matrix:
include:
- host: ${{ inputs.host == 'ALL' || 'aarch64-Linux' }}
- host: ${{ inputs.host == 'ALL' || inputs.host == 'aarch64-Linux' }}
runner: ubuntu-24.04-arm
- host: ${{ inputs.host == 'ALL' || 'x86_64-Linux' }}
- host: ${{ inputs.host == 'ALL' || inputs.host == 'x86_64-Linux' }}
runner: ubuntu-latest
runs-on: ${{ matrix.runner }}
if: ${{ matrix.host }}
timeout-minutes: 90
permissions:
attestations: write
Expand Down

0 comments on commit ea06fb6

Please sign in to comment.