Skip to content

Commit

Permalink
pin qemu used for arm64 linux wheels (#2151)
Browse files Browse the repository at this point in the history
  • Loading branch information
sfc-gh-mkeller authored Jan 28, 2025
1 parent 94e9943 commit 07990e0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,9 @@ jobs:
if: ${{ matrix.os.id == 'manylinux_aarch64' }}
uses: docker/setup-qemu-action@v2
with:
# xref https://github.com/docker/setup-qemu-action/issues/188
# xref https://github.com/tonistiigi/binfmt/issues/215
image: tonistiigi/binfmt:qemu-v8.1.5
platforms: all
- uses: actions/checkout@v4
- name: Building wheel
Expand Down

0 comments on commit 07990e0

Please sign in to comment.