Skip to content

Commit

Permalink
ci: build wheels for arm64 macos
Browse files Browse the repository at this point in the history
  • Loading branch information
glandium authored and indygreg committed Feb 26, 2021
1 parent 1077372 commit dae2aab
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/wheel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,13 @@ jobs:
- 'cp37-*'
- 'cp38-*'
- 'cp39-*'
arch: ['x86_64']
include:
- py: 'cp39-*'
arch: 'arm64'
runs-on: 'macos-10.15'
env:
CIBW_ARCHS: ${{ matrix.arch }}
CIBW_BUILD: ${{ matrix.py }}
CIBW_BUILD_VERBOSITY: '1'
ZSTD_WARNINGS_AS_ERRORS: '1'
Expand Down

0 comments on commit dae2aab

Please sign in to comment.