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

This reverts commit 7b96ec4dae.
pull/31099/head
Felix Lange 23 hours ago
parent 7b96ec4dae
commit d80da7c3b4
  1. 2
      .travis.yml

@ -13,7 +13,7 @@ jobs:
- stage: build - stage: build
if: type = push if: type = push
os: linux os: linux
arch: arm64 arch: amd64
dist: focal dist: focal
go: 1.23.x go: 1.23.x
env: env:

Loading…
Cancel
Save