Skip to content

Commit

Permalink
Build aarch64 wheels (#618)
Browse files Browse the repository at this point in the history
  • Loading branch information
bdraco authored Nov 8, 2023
1 parent 6edb45e commit 9aa453a
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,19 @@ jobs:
steps:
- uses: actions/checkout@v4

- name: Set up QEMU
if: runner.os == 'Linux'
uses: docker/setup-qemu-action@v1
with:
platforms: aarch64

- name: Build wheels
uses: pypa/cibuildwheel@v2.16.2
env:
CIBW_SKIP: cp36-* cp37-* cp38-* pp*
CIBW_BEFORE_ALL_LINUX: apt-get install -y gcc || yum install -y gcc || apk add gcc
CIBW_BUILD_VERBOSITY: 3
CIBW_ARCHS_LINUX: auto aarch64
REQUIRE_CYTHON: 1

- uses: actions/upload-artifact@v3
Expand Down

0 comments on commit 9aa453a

Please sign in to comment.