Skip to content

Commit

Permalink
Add QEMU
Browse files Browse the repository at this point in the history
  • Loading branch information
Dave Kozma committed Jan 19, 2024
1 parent 083cc1a commit d6a2516
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,14 +24,16 @@ jobs:
strategy:
matrix:
# target: [x86_64, x86, aarch64, armv7, s390x, ppc64le]
target: [x86_64]
target: [x86_64, aarch64]
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
with:
python-version: "3.10"
cache: "pip"
- run: pip install -r requirements.txt
- name: Setup QEMU
uses: docker/setup-qemu-action@v1
- name: Build wheels
uses: PyO3/maturin-action@v1
with:
Expand Down

0 comments on commit d6a2516

Please sign in to comment.