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

Commit e1faf5a

Browse files
authored
Merge pull request #1 from janaknat/graviton2-support
Add config to build wheels using Graviton2
2 parents bb7e3e9 + 7e5682f commit e1faf5a

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

.travis.yml

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,10 @@ jobs:
3030
include:
3131
- stage: Build and test wheel
3232
os: linux
33-
arch: arm64
33+
arch: arm64-graviton2
34+
dist: focal
35+
virt: vm
36+
group: edge
3437
env:
3538
- MB_PYTHON_VERSION=3.7
3639
- PLAT=aarch64
@@ -107,7 +110,10 @@ jobs:
107110
- MB_PYTHON_OSX_VER=10.9
108111

109112
- stage: Test wheel
110-
arch: arm64
113+
arch: arm64-graviton2
114+
dist: focal
115+
virt: vm
116+
group: edge
111117
env:
112118
- MB_PYTHON_VERSION=3.7
113119
- PLAT=aarch64

0 commit comments

Comments
 (0)