Skip to content

Commit 559fd65

Browse files
committed
re-enable QEMU to enable arm execution
1 parent a5761c0 commit 559fd65

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/wheel.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,12 @@ jobs:
3535
with:
3636
python-version: "3.x"
3737

38+
- name: Set up QEMU
39+
if: runner.os == 'Linux'
40+
uses: docker/setup-qemu-action@29109295f81e9208d7d86ff1c6c12d2833863392 # v3.6.0
41+
with:
42+
platforms: arm64
43+
3844
- name: Build for Windows
3945
if: runner.os == 'Windows'
4046
run: |

0 commit comments

Comments
 (0)