.travis.yml: change arch for Docker build to arm64 (#31096)

This is an attempt to work around a gcc issue in the Docker build.
pull/31099/head
Felix Lange 16 hours ago committed by GitHub
parent 11e841e599
commit 7b96ec4dae
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 2
      .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:

Loading…
Cancel
Save