.travis.yml: Try to build on AWS graviton2 instances

These are the second generation of Amazon's ARM-based instances.

See: https://blog.travis-ci.com/2020-09-11-arm-on-aws
This commit is contained in:
Alan Orth 2020-12-06 09:54:23 +02:00
parent 3fc531eb66
commit 94269648d6
Signed by: alanorth
GPG Key ID: 0FB860CC9C45B1B9
1 changed files with 2 additions and 0 deletions

View File

@ -5,6 +5,8 @@ node_js:
- 13
- 14
script: npm run build
os: linux
arch: arm64-graviton2
dist: focal
# vim: ts=2 sw=2 et