From 532f76abd8e50b8de9b3a6dcbb1c0d81145541a6 Mon Sep 17 00:00:00 2001 From: Felix Lange Date: Thu, 30 Jan 2025 11:02:16 +0100 Subject: [PATCH] .travis.yml: change arch for Docker build to arm64 --- .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: