From 94269648d6882ddd024f62ce313bb87507eb1f6e Mon Sep 17 00:00:00 2001 From: Alan Orth Date: Sun, 6 Dec 2020 09:54:23 +0200 Subject: [PATCH] .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 --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) 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