Skip to content

Commit 710f6e1

Browse files
fjlgballet
authored andcommitted
.travis.yml: change arch for Docker build to arm64 (ethereum#31096)
This is an attempt to work around a gcc issue in the Docker build.
1 parent 918c37f commit 710f6e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- stage: build
1414
if: type = push
1515
os: linux
16-
arch: amd64
16+
arch: arm64
1717
dist: focal
1818
go: 1.23.x
1919
env:

0 commit comments

Comments
 (0)