1
0
mirror of https://github.com/alanorth/hugo-theme-bootstrap4-blog.git synced 2025-05-07 21:16:00 +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:
2020-12-06 09:54:23 +02:00
parent 3fc531eb66
commit 94269648d6

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