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 133f2bc commit 18a5267Copy full SHA for 18a5267
.github/workflows/main.yml
@@ -66,20 +66,8 @@ jobs:
66
with:
67
fetch-depth: "0"
68
69
- - name: Set up QEMU
70
- if: runner.os == 'Linux' && runner.arch == 'X64'
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/[email protected]
81
- env:
82
- CIBW_ARCHS_LINUX: ${{ runner.arch == 'X64' && 'auto ppc64le s390x' || 'auto armv7l' }}
83
84
output-dir: dist-wheel-${{ matrix.os }}
85
0 commit comments