1
0
mirror of https://github.com/alanorth/hugo-theme-bootstrap4-blog.git synced 2024-11-17 17:57:04 +01:00

.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

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