Skip to content

Commit 539fb87

Browse files
committed
moved riscv64 to QEMU
1 parent cb26d20 commit 539fb87

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build_secondary_wheels.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
cibw_archs: x86_64 i686
2121
frontend: build[uv]
2222
- os: ubuntu-24.04-arm
23-
cibw_archs: aarch64 armv7l riscv64
23+
cibw_archs: aarch64 armv7l
2424
frontend: build[uv]
2525
- os: windows-latest
2626
cibw_archs: all
@@ -56,7 +56,7 @@ jobs:
5656
matrix:
5757
include:
5858
- os: ubuntu-latest
59-
cibw_archs: ppc64le s390x
59+
cibw_archs: ppc64le s390x riscv64
6060
frontend: build # uv doesn't work with musl
6161

6262
steps:

0 commit comments

Comments
 (0)