From 9a345b5ce83b5526d135e01f043a37a19e609da6 Mon Sep 17 00:00:00 2001 From: Guillaume Ballet Date: Wed, 30 Oct 2019 07:20:08 +0100 Subject: [PATCH] travis: Enable ARM support --- .travis.yml | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/.travis.yml b/.travis.yml index 4acd00bc9f..9f3fad6e14 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,9 @@ language: go go_import_path: github.com/ethereum/go-ethereum sudo: false +arch: + - amd64 + - arch64 jobs: include: # This builder only tests code linters on latest version of Go @@ -34,6 +37,16 @@ jobs: # These are the latest Go versions. - stage: build os: linux + arch: amd64 + dist: xenial + go: 1.13.x + script: + - go run build/ci.go install + - go run build/ci.go test -coverage $TEST_PACKAGES + + - stage: build + os: linux + arch: arm64 dist: xenial go: 1.13.x script: