Skip to content

Commit ca00717

Browse files
committed
feat: add riscv64 to wheel build matrix
Add QEMU emulation for riscv64 and include riscv64 in the cibuildwheel arch list with appropriate platform excludes.
1 parent a308f75 commit ca00717

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.github/workflows/release.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,12 @@ jobs:
116116
run: |
117117
brew install gnu-sed libtool autoconf automake
118118
119+
- name: Set up QEMU
120+
if: matrix.cibw_arch == 'riscv64'
121+
uses: docker/setup-qemu-action@v3
122+
with:
123+
platforms: riscv64
124+
119125
- uses: pypa/cibuildwheel@7c619efba910c04005a835b110b057fc28fd6e93 # v3.2.0
120126
env:
121127
CIBW_BUILD_VERBOSITY: 1

0 commit comments

Comments
 (0)