Skip to content

Commit 0fdbb51

Browse files
committed
Add QEMU setup
1 parent f3fbd88 commit 0fdbb51

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/wheel.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,10 @@ jobs:
3333

3434
- uses: pypa/[email protected]
3535

36+
- name: Set up QEMU
37+
if: ${{ matrix.archs == 'aarch64' }}
38+
uses: docker/setup-qemu-action@v3
39+
3640
- uses: actions/upload-artifact@v4
3741
with:
3842
name: wheels-${{ matrix.os }}

0 commit comments

Comments
 (0)