mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-20 10:52:25 +00:00
travis: Enable ARM support
This commit is contained in:
parent
adf007dadc
commit
9a345b5ce8
1 changed files with 13 additions and 0 deletions
13
.travis.yml
13
.travis.yml
|
|
@ -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:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue