Skip to content

Commit bb94724

Browse files
authored
workaround bug qemu emulation
1 parent 4c769f4 commit bb94724

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/releasebuild.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -175,6 +175,11 @@ jobs:
175175

176176
- uses: docker/setup-qemu-action@v3
177177
name: Set up QEMU
178+
with:
179+
# This should be temporary
180+
# xref https://github.com/docker/setup-qemu-action/issues/188
181+
# xref https://github.com/tonistiigi/binfmt/issues/215
182+
image: tonistiigi/binfmt:qemu-v8.1.5
178183

179184
- name: Build wheel
180185
uses: pypa/[email protected]

0 commit comments

Comments
 (0)