Skip to content

Commit 3900e96

Browse files
committed
fix secondary pipeline
1 parent eb77d95 commit 3900e96

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/build_secondary_wheels.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@ jobs:
1717
matrix:
1818
include:
1919
- os: ubuntu-latest
20-
cibw_archs: all
20+
cibw_archs: x86_64 i686 ppc64le s390x riscv64
2121
- os: ubuntu-24.04-arm
22-
cibw_archs: all
22+
cibw_archs: aarch64 armv7l
2323
- os: windows-latest
2424
cibw_archs: all
2525
- os: windows-11-arm
@@ -55,7 +55,7 @@ jobs:
5555
matrix:
5656
include:
5757
- os: ubuntu-latest
58-
cibw_archs: x86_64 i686 ppc64le s390x riscv64
58+
cibw_archs: x86_64 i686 ppc64le s390x
5959
- os: ubuntu-24.04-arm
6060
cibw_archs: aarch64 armv7l
6161
- os: windows-latest

0 commit comments

Comments
 (0)