Skip to content

Commit 38c70ae

Browse files
committed
Temporarily set QEMU version to v8.1.5.
1 parent fac24e1 commit 38c70ae

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/python-publish-release.yml

+5
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,11 @@ jobs:
2121
uses: docker/setup-qemu-action@v3
2222
with:
2323
platforms: all
24+
# Temporary fix due to
25+
# https://github.com/pypa/cibuildwheel/issues/2257
26+
# https://github.com/docker/setup-qemu-action/issues/188
27+
# https://github.com/tonistiigi/binfmt/issues/215
28+
image: tonistiigi/binfmt:qemu-v8.1.5
2429

2530
- name: Build wheels
2631
uses: pypa/[email protected]

0 commit comments

Comments
 (0)