Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add linux aarch64 wheel build support #30

Merged
merged 1 commit into from
Jun 29, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
36 changes: 36 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,18 +21,46 @@ jobs:
python: 3.6
env:
- ACTION=test
- name: Python 3.6 on Linux aarch64
arch: arm64-graviton2
virt: vm
group: edge
python: 3.6
env:
- ACTION=test
- name: Python 3.7 on Linux
python: 3.7
env:
- ACTION=test
- name: Python 3.7 on Linux aarch64
arch: arm64-graviton2
virt: vm
group: edge
python: 3.7
env:
- ACTION=test
- name: Python 3.8 on Linux
python: 3.8
env:
- ACTION=test
- name: Python 3.8 on Linux aarch64
arch: arm64-graviton2
virt: vm
group: edge
python: 3.8
env:
- ACTION=test
- name: Python 3.9 on Linux
python: 3.9-dev
env:
- ACTION=test
- name: Python 3.9 on Linux aarch64
arch: arm64-graviton2
virt: vm
group: edge
python: 3.9-dev
env:
- ACTION=test
- name: Python 3 on macOS
os: osx
osx_image: xcode11
Expand Down Expand Up @@ -78,6 +106,14 @@ jobs:
services: docker
env:
- ACTION=cibuildwheel
- stage: deploy
name: Build and deploy aarch64 Linux wheels
arch: arm64-graviton2
virt: vm
group: edge
services: docker
env:
- ACTION=cibuildwheel
- stage: deploy
name: Build and deploy macOS wheels
os: osx
Expand Down