Skip to content

Commit 7b96ec4

Browse files
authored
.travis.yml: change arch for Docker build to arm64 (#31096)
This is an attempt to work around a gcc issue in the Docker build.
1 parent 11e841e commit 7b96ec4

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)