Skip to content

Commit

Permalink
feat: build aarch64 wheels (#1302)
Browse files Browse the repository at this point in the history
  • Loading branch information
bdraco committed Nov 8, 2023
1 parent aff7276 commit 4fe58e2
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/ci.yml
Expand Up @@ -146,12 +146,19 @@ jobs:
ref: "${{ steps.release_tag.outputs.newest_release_tag }}"
fetch-depth: 0

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

- name: Build wheels
uses: pypa/cibuildwheel@v2.16.2
# to supply options, put them in 'env', like:
env:
CIBW_SKIP: cp36-*
CIBW_BEFORE_ALL_LINUX: apt-get install -y gcc || yum install -y gcc || apk add gcc
CIBW_ARCHS_LINUX: auto aarch64
CIBW_BUILD_VERBOSITY: 3
REQUIRE_CYTHON: 1

Expand Down

0 comments on commit 4fe58e2

Please sign in to comment.