travis: Enable ARM support

This commit is contained in:
Guillaume Ballet 2019-10-30 07:20:08 +01:00
parent adf007dadc
commit 9a345b5ce8

View file

@ -1,6 +1,9 @@
language: go language: go
go_import_path: github.com/ethereum/go-ethereum go_import_path: github.com/ethereum/go-ethereum
sudo: false sudo: false
arch:
- amd64
- arch64
jobs: jobs:
include: include:
# This builder only tests code linters on latest version of Go # This builder only tests code linters on latest version of Go
@ -34,6 +37,16 @@ jobs:
# These are the latest Go versions. # These are the latest Go versions.
- stage: build - stage: build
os: linux 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 dist: xenial
go: 1.13.x go: 1.13.x
script: script: