.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:
parent
6ff159c285
commit
eeb1d5e85f
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user