Skip to content

Commit 35b2934

Browse files
authored
Merge pull request #599 from justeph/ci-add-riscv64-support
ci: add riscv64 manylinux/musllinux wheels
2 parents b01d6e7 + af2f411 commit 35b2934

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -144,15 +144,15 @@ jobs:
144144
name: regex-files-manylinux2014
145145
path: wheelhouse/*.whl
146146

147-
# Build and upload aarch64/ppc64le/s390x wheels.
147+
# Build and upload aarch64/ppc64le/riscv64/s390x wheels.
148148
build_arch_wheels:
149149
name: Build ${{ matrix.arch }} Linux wheels
150150
if: github.event_name == 'push'
151151
runs-on: ubuntu-latest
152152

153153
strategy:
154154
matrix:
155-
arch: [aarch64, ppc64le, s390x]
155+
arch: [aarch64, ppc64le, riscv64, s390x]
156156

157157
env:
158158
CIBW_ARCHS_LINUX: ${{ matrix.arch }}

0 commit comments

Comments
 (0)