Skip to content

Commit c492ef5

Browse files
committed
add qemu
1 parent 6ac6d79 commit c492ef5

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/wheel.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,11 @@ jobs:
3232
runs-on: ${{ matrix.os }}
3333
steps:
3434
- uses: actions/checkout@v4
35+
# On an Linux Intel runner with qemu installed, build Intel and ARM wheels
36+
# See: https://cibuildwheel.pypa.io/en/stable/options/#archs
37+
- name: Set up QEMU
38+
if: runner.os == 'Linux'
39+
uses: docker/setup-qemu-action@v3
3540
- name: Build wheels
3641
uses: pypa/[email protected]
3742
env:

0 commit comments

Comments
 (0)