Skip to content

Commit

Permalink
ci: don't build Python extension for ARM.
Browse files Browse the repository at this point in the history
  • Loading branch information
plusvic committed Feb 3, 2025
1 parent cbd87ef commit 7460866
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,6 @@ jobs:
include:
- build: linux
os: ubuntu-latest
arch: 'aarch64 x86_64'

- build: macos
os: macos-latest
Expand Down Expand Up @@ -154,14 +153,6 @@ jobs:
pip install maturin==1.7.4
maturin sdist --manifest-path py/Cargo.toml -o wheelhouse
# QEMU is required when building for aarch64.
# https://cibuildwheel.pypa.io/en/stable/faq/#emulation
- name: Set up QEMU
if: matrix.build == 'linux'
uses: docker/setup-qemu-action@v3
with:
platforms: all

- name: Build ${{ matrix.platform || matrix.os }} binaries
run: cibuildwheel --output-dir wheelhouse py
env:
Expand Down

0 comments on commit 7460866

Please sign in to comment.