Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
Signed-off-by: madomado <[email protected]>
  • Loading branch information
madonuko authored Jul 9, 2024
1 parent c5f870f commit 384f646
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
matrix:
pkg: ${{ fromJson(needs.parse.outputs.pkgs) }}
version: ["rawhide"]
arch: ${{ ((needs.parse.outputs.builder == 'x86-64-lg') && (["x86_64"])) || ["x86_64", "aarch64"] }}
arch: ${{ needs.parse.outputs.builder == 'x86-64-lg' && ${{ ["x86_64"] }} || ["x86_64", "aarch64"] }}
fail-fast: false
runs-on: ${{ matrix.arch == 'aarch64' && 'ARM64' || needs.parse.outputs.builder && needs.parse.outputs.builder || 'ubuntu-latest' }}
container:
Expand Down

0 comments on commit 384f646

Please sign in to comment.