Skip to content

Commit

Permalink
ci(build): use qemu for i386
Browse files Browse the repository at this point in the history
dev-libs/blake3 required by dev-util/ccache does not build on amd64
and produces asssmebler errors

Signed-off-by: Henning Schild <henning@hennsch.de>
  • Loading branch information
henning-schild committed Sep 30, 2024
1 parent 71249fe commit 9cf4dcf
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 @@ -35,7 +35,7 @@ jobs:
} >> "$GITHUB_OUTPUT"
- name: Set up QEMU
uses: docker/setup-qemu-action@49b3bc8e6bdd4a60e6116a5414239cba5943d3cf # v3
if: matrix.arch != '386' && matrix.arch != 'amd64'
if: matrix.arch != 'amd64'
with:
platforms: ${{ steps.prep.outputs.qemu_platform }}
- name: Set up buildx
Expand Down

0 comments on commit 9cf4dcf

Please sign in to comment.