Skip to content

Commit a279539

Browse files
committed
Temporarily set QEMU version to v8.1.5.
1 parent c774ad7 commit a279539

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

.github/workflows/build-wheels-publish.yml

+12
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,12 @@ jobs:
108108
- name: '🛠️ Set up QEMU'
109109
if: runner.os == 'Linux' && matrix.arch != 'x86_64'
110110
uses: docker/setup-qemu-action@v3
111+
with:
112+
# Temporary fix due to
113+
# https://github.com/pypa/cibuildwheel/issues/2257
114+
# https://github.com/docker/setup-qemu-action/issues/188
115+
# https://github.com/tonistiigi/binfmt/issues/215
116+
image: tonistiigi/binfmt:qemu-v8.1.5
111117

112118
- name: '🚧 cibuildwheel run'
113119
uses: pypa/[email protected]
@@ -220,6 +226,12 @@ jobs:
220226
- name: '🛠️ Set up QEMU'
221227
if: runner.os == 'Linux' && matrix.arch != 'x86_64'
222228
uses: docker/setup-qemu-action@v3
229+
with:
230+
# Temporary fix due to
231+
# https://github.com/pypa/cibuildwheel/issues/2257
232+
# https://github.com/docker/setup-qemu-action/issues/188
233+
# https://github.com/tonistiigi/binfmt/issues/215
234+
image: tonistiigi/binfmt:qemu-v8.1.5
223235

224236
- name: '🚧 cibuildwheel run'
225237
uses: pypa/[email protected]

0 commit comments

Comments
 (0)