We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bd725f2 commit 133f2bcCopy full SHA for 133f2bc
.github/workflows/main.yml
@@ -71,6 +71,10 @@ jobs:
71
uses: docker/setup-qemu-action@v3
72
with:
73
platforms: all
74
+ # This should be temporary
75
+ # xref https://github.com/docker/setup-qemu-action/issues/188
76
+ # xref https://github.com/tonistiigi/binfmt/issues/215
77
+ image: tonistiigi/binfmt:qemu-v8.1.5
78
79
- name: Build wheels
80
uses: pypa/cibuildwheel@v2.22.0
0 commit comments