We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a308f75 commit ca00717Copy full SHA for ca00717
1 file changed
.github/workflows/release.yml
@@ -116,6 +116,12 @@ jobs:
116
run: |
117
brew install gnu-sed libtool autoconf automake
118
119
+ - name: Set up QEMU
120
+ if: matrix.cibw_arch == 'riscv64'
121
+ uses: docker/setup-qemu-action@v3
122
+ with:
123
+ platforms: riscv64
124
+
125
- uses: pypa/cibuildwheel@7c619efba910c04005a835b110b057fc28fd6e93 # v3.2.0
126
env:
127
CIBW_BUILD_VERBOSITY: 1
0 commit comments