Skip to content

Commit 6205a90

Browse files
committed
Use qemu for arm64 build
1 parent d0a546b commit 6205a90

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/wheels.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,12 @@ jobs:
2828
steps:
2929
- uses: actions/checkout@v4
3030

31+
- name: Set up QEMU (Linux aarch64)
32+
if: matrix.os == 'ubuntu-latest'
33+
uses: docker/setup-qemu-action@v3
34+
with:
35+
platforms: arm64
36+
3137
- name: Set up MSVC (Windows)
3238
if: matrix.os == 'windows-latest'
3339
uses: ilammy/msvc-dev-cmd@v1

0 commit comments

Comments
 (0)