1
0

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

These are the second generation of Amazon's ARM-based instances and
should be much faster than AMD64.

See: https://blog.travis-ci.com/2020-09-11-arm-on-aws
This commit is contained in:
Alan Orth 2020-12-06 10:27:35 +02:00
parent 6ff159c285
commit eeb1d5e85f
Signed by: alanorth
GPG Key ID: 0FB860CC9C45B1B9

View File

@ -11,6 +11,8 @@ before_script:
- git clone https://github.com/alanorth/hugo-theme-bootstrap4-blog.git themes/hugo-theme-bootstrap4-blog
script:
- hugo
os: linux
arch: arm64-graviton2
dist: focal
# vim: ts=2 sw=2 et