.travis.yml: change arch for Docker build to arm64

This commit is contained in:
Felix Lange 2025-01-30 11:02:16 +01:00
parent 52766bedb9
commit 532f76abd8

View file

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