From 7b96ec4dae8d4ddeffc761c7757c12e2d2b8bf74 Mon Sep 17 00:00:00 2001 From: Felix Lange Date: Thu, 30 Jan 2025 11:10:45 +0100 Subject: [PATCH] .travis.yml: change arch for Docker build to arm64 (#31096) This is an attempt to work around a gcc issue in the Docker build. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 2ba3af9419..0353aa2e4a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -13,7 +13,7 @@ jobs: - stage: build if: type = push os: linux - arch: amd64 + arch: arm64 dist: focal go: 1.23.x env: