Skip to content

Commit

Permalink
Support manylinux_2014_aarch64 wheels
Browse files Browse the repository at this point in the history
  • Loading branch information
Aaron Durant committed Oct 24, 2022
1 parent 91ac6c0 commit 0f9632c
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/build.yml
Expand Up @@ -38,6 +38,9 @@ jobs:
- os: ubuntu-latest
bitness: 32
platform_id: manylinux_i686
- os: ubuntu-latest
bitness: 64
platform_id: manylinux_aarch
- os: macos-latest
bitness: 64
platform_id: macosx_x86_64
Expand All @@ -62,12 +65,15 @@ jobs:
- os: macos-latest
bitness: 32
env:
CIBW_ARCHS_LINUX: auto aarch64
CIBW_ARCHS_MACOS: x86_64 universal2
CIBW_BUILD: cp${{ matrix.python }}-${{ matrix.platform_id }}
CIBW_TEST_REQUIRES: pytest==6.* hypothesis==6.*
CIBW_TEST_COMMAND: "bash {project}/tools/test_wheels.sh {project}"
CIBW_MANYLINUX_X86_64_IMAGE: manylinux2014
CIBW_MANYLINUX_I686_IMAGE: manylinux2014
CIBW_MANYLINUX_AARCH64_IMAGE: manylinux2014

steps:
- uses: actions/checkout@v2

Expand Down

0 comments on commit 0f9632c

Please sign in to comment.