Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/alanorth/hugo-theme-bootstrap4-blog.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Orth <alan.orth@gmail.com>2020-12-06 10:54:23 +0300
committerAlan Orth <alan.orth@gmail.com>2020-12-06 10:54:23 +0300
commit94269648d6882ddd024f62ce313bb87507eb1f6e (patch)
tree26070ee26c8d7559bcb1676aa68153b11614ef6d
parent3fc531eb6686578943766562a7151bc1568deab9 (diff)
.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
-rw-r--r--.travis.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index 105ebc6..d953665 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -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