mirror of
https://github.com/alanorth/hugo-theme-bootstrap4-blog.git
synced 2025-04-03 13:12:32 +02: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:
parent
3fc531eb66
commit
94269648d6
@ -5,6 +5,8 @@ node_js:
|
|||||||
- 13
|
- 13
|
||||||
- 14
|
- 14
|
||||||
script: npm run build
|
script: npm run build
|
||||||
|
os: linux
|
||||||
|
arch: arm64-graviton2
|
||||||
dist: focal
|
dist: focal
|
||||||
|
|
||||||
# vim: ts=2 sw=2 et
|
# vim: ts=2 sw=2 et
|
||||||
|
Loading…
x
Reference in New Issue
Block a user