File tree 1 file changed +12
-0
lines changed
1 file changed +12
-0
lines changed Original file line number Diff line number Diff line change @@ -108,6 +108,12 @@ jobs:
108
108
- name : ' 🛠️ Set up QEMU'
109
109
if : runner.os == 'Linux' && matrix.arch != 'x86_64'
110
110
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
111
117
112
118
- name : ' 🚧 cibuildwheel run'
113
119
@@ -220,6 +226,12 @@ jobs:
220
226
- name : ' 🛠️ Set up QEMU'
221
227
if : runner.os == 'Linux' && matrix.arch != 'x86_64'
222
228
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
223
235
224
236
- name : ' 🚧 cibuildwheel run'
225
237
You can’t perform that action at this time.
0 commit comments