Skip to content

Commit

Permalink
add QEMU
Browse files Browse the repository at this point in the history
Signed-off-by: Isotr0py <[email protected]>
  • Loading branch information
Isotr0py committed Nov 12, 2024
1 parent 0569316 commit a76f29d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,9 @@ jobs:
- uses: actions/setup-python@v5
with:
python-version: 3.x
- name: Setup QEMU
if: ${{ matrix.platform.target != 'x86_64' && matrix.platform.target != 'x86' }}
uses: docker/setup-qemu-action@v1
- name: Build wheels
uses: PyO3/maturin-action@v1
with:
Expand Down Expand Up @@ -73,6 +76,9 @@ jobs:
- uses: actions/setup-python@v5
with:
python-version: 3.x
- name: Setup QEMU
if: ${{ matrix.platform.target != 'x86_64' && matrix.platform.target != 'x86' }}
uses: docker/setup-qemu-action@v1
- name: Build wheels
uses: PyO3/maturin-action@v1
with:
Expand Down

0 comments on commit a76f29d

Please sign in to comment.