Skip to content

Commit 07812b1

Browse files
sfc-gh-mkellersfc-gh-pczajka
authored andcommitted
pin qemu used for arm64 linux wheels (#2151)
1 parent 7bf17c2 commit 07812b1

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/build_test.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,9 @@ jobs:
9595
if: ${{ matrix.os.id == 'manylinux_aarch64' }}
9696
uses: docker/setup-qemu-action@v2
9797
with:
98+
# xref https://github.com/docker/setup-qemu-action/issues/188
99+
# xref https://github.com/tonistiigi/binfmt/issues/215
100+
image: tonistiigi/binfmt:qemu-v8.1.5
98101
platforms: all
99102
- uses: actions/checkout@v4
100103
- name: Building wheel

0 commit comments

Comments
 (0)