Skip to content

Commit 248699e

Browse files
committed
set up quemu
1 parent 4014eb0 commit 248699e

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/build_and_upload.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,11 @@ jobs:
1919
- uses: "actions/checkout@v4"
2020
with:
2121
submodules: true
22+
- name: "Set up QEMU"
23+
if: matrix.os == 'ubuntu-latest'
24+
uses: "docker/setup-qemu-action@v3"
25+
with:
26+
platforms: arm64
2227
- name: "Build wheels"
2328
uses: "pypa/cibuildwheel@v2.21.1"
2429
env:

0 commit comments

Comments
 (0)