Skip to content
This repository has been archived by the owner on Feb 15, 2023. It is now read-only.

Commit

Permalink
Add aarch64 wheels
Browse files Browse the repository at this point in the history
  • Loading branch information
mattsplats committed Oct 8, 2020
1 parent c36e1d7 commit 4b39bd4
Showing 1 changed file with 34 additions and 7 deletions.
41 changes: 34 additions & 7 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,17 +21,27 @@ python: 3.7
sudo: required
dist: xenial
services: docker
virt: vm
group: edge

matrix:
exclude:
# Exclude the default Python 3.7 build
- python: 3.7
include:
- os: linux
env:
- MB_PYTHON_VERSION=3.6
- NP_BUILD_DEP="1.11.3"
- NP_TEST_DEP="1.11.3"
- os: linux
env:
- MB_PYTHON_VERSION=3.7
- NP_BUILD_DEP="1.14.5"
- NP_TEST_DEP="1.14.5"
- os: linux
env:
- MB_PYTHON_VERSION=3.8
- NP_BUILD_DEP="1.14.5"
- NP_TEST_DEP="1.14.5"

- os: linux
env:
- MB_PYTHON_VERSION=3.6
Expand All @@ -41,20 +51,37 @@ matrix:
- os: linux
env:
- MB_PYTHON_VERSION=3.7
- PLAT=i686
- NP_BUILD_DEP="1.14.5"
- NP_TEST_DEP="1.14.5"

- os: linux
arch: arm64-graviton2
env:
- MB_PYTHON_VERSION=3.8
- MB_PYTHON_VERSION=3.6
- NP_BUILD_DEP="1.11.3"
- NP_TEST_DEP="1.11.3"
- MB_ML_VER=2014
- PLAT=aarch64
- DOCKER_TEST_IMAGE=multibuild/xenial_arm64v8
- os: linux
arch: arm64-graviton2
env:
- MB_PYTHON_VERSION=3.7
- NP_BUILD_DEP="1.14.5"
- NP_TEST_DEP="1.14.5"

- MB_ML_VER=2014
- PLAT=aarch64
- DOCKER_TEST_IMAGE=multibuild/xenial_arm64v8
- os: linux
arch: arm64-graviton2
env:
- MB_PYTHON_VERSION=3.7
- PLAT=i686
- MB_PYTHON_VERSION=3.8
- NP_BUILD_DEP="1.14.5"
- NP_TEST_DEP="1.14.5"
- MB_ML_VER=2014
- PLAT=aarch64
- DOCKER_TEST_IMAGE=multibuild/xenial_arm64v8

- os: osx
language: generic
Expand Down

0 comments on commit 4b39bd4

Please sign in to comment.