Skip to content

Commit 18a5267

Browse files
committed
CI: cross compile takes ages -> remove again
1 parent 133f2bc commit 18a5267

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

.github/workflows/main.yml

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -66,20 +66,8 @@ jobs:
6666
with:
6767
fetch-depth: "0"
6868

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-
7969
- name: Build wheels
8070
uses: pypa/[email protected]
81-
env:
82-
CIBW_ARCHS_LINUX: ${{ runner.arch == 'X64' && 'auto ppc64le s390x' || 'auto armv7l' }}
8371
with:
8472
output-dir: dist-wheel-${{ matrix.os }}
8573

0 commit comments

Comments
 (0)