Skip to content

Commit d6a2516

Browse files
author
Dave Kozma
committed
Add QEMU
1 parent 083cc1a commit d6a2516

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,14 +24,16 @@ jobs:
2424
strategy:
2525
matrix:
2626
# target: [x86_64, x86, aarch64, armv7, s390x, ppc64le]
27-
target: [x86_64]
27+
target: [x86_64, aarch64]
2828
steps:
2929
- uses: actions/checkout@v3
3030
- uses: actions/setup-python@v4
3131
with:
3232
python-version: "3.10"
3333
cache: "pip"
3434
- run: pip install -r requirements.txt
35+
- name: Setup QEMU
36+
uses: docker/setup-qemu-action@v1
3537
- name: Build wheels
3638
uses: PyO3/maturin-action@v1
3739
with:

0 commit comments

Comments
 (0)