mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-04-26 11:32:25 +00:00
.travis.yml: change arch for Docker build to arm64 (#31096)
This is an attempt to work around a gcc issue in the Docker build.
This commit is contained in:
parent
11e841e599
commit
7b96ec4dae
1 changed files with 1 additions and 1 deletions
|
|
@ -13,7 +13,7 @@ jobs:
|
||||||
- stage: build
|
- stage: build
|
||||||
if: type = push
|
if: type = push
|
||||||
os: linux
|
os: linux
|
||||||
arch: amd64
|
arch: arm64
|
||||||
dist: focal
|
dist: focal
|
||||||
go: 1.23.x
|
go: 1.23.x
|
||||||
env:
|
env:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue