Skip to content

Commit

Permalink
Build aarch64 wheels for Linux
Browse files Browse the repository at this point in the history
  • Loading branch information
lpsinger committed May 1, 2023
1 parent 6574e23 commit fe8ffa7
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/cibuildwheel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,16 @@ jobs:
steps:
- uses: actions/checkout@v3

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

- name: Build wheels
uses: pypa/[email protected]
env:
CIBW_ARCHS_LINUX: auto aarch64
CIBW_ENVIRONMENT_MACOS: F77=gfortran-11 F90=gfortran-11
# Skip musllinux wheels, which take a long time to build because Numpy must be built from source
# Skip PyPy wheels
Expand Down

0 comments on commit fe8ffa7

Please sign in to comment.