We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c769f4 commit bb94724Copy full SHA for bb94724
.github/workflows/releasebuild.yml
@@ -175,6 +175,11 @@ jobs:
175
176
- uses: docker/setup-qemu-action@v3
177
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
183
184
- name: Build wheel
185
uses: pypa/[email protected]
0 commit comments