1 parent eb77d95 commit 3900e96Copy full SHA for 3900e96
1 file changed
.github/workflows/build_secondary_wheels.yml
@@ -17,9 +17,9 @@ jobs:
17
matrix:
18
include:
19
- os: ubuntu-latest
20
- cibw_archs: all
+ cibw_archs: x86_64 i686 ppc64le s390x riscv64
21
- os: ubuntu-24.04-arm
22
+ cibw_archs: aarch64 armv7l
23
- os: windows-latest
24
cibw_archs: all
25
- os: windows-11-arm
@@ -55,7 +55,7 @@ jobs:
55
56
57
58
- cibw_archs: x86_64 i686 ppc64le s390x riscv64
+ cibw_archs: x86_64 i686 ppc64le s390x
59
60
cibw_archs: aarch64 armv7l
61
0 commit comments