Skip to content

Commit

Permalink
.travis.yml: change arch for Docker build to arm64
Browse files Browse the repository at this point in the history
  • Loading branch information
fjl committed Jan 30, 2025
1 parent cbbbfb8 commit 77d235c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- stage: build
if: type = push
os: linux
arch: amd64
arch: arm64
dist: focal
go: 1.23.x
env:
Expand Down

0 comments on commit 77d235c

Please sign in to comment.