Skip to content

Commit

Permalink
set goarch for arm64 goreleaser (#183)
Browse files Browse the repository at this point in the history
docker image was published with a amd64 binary because this was not set
  • Loading branch information
Jim Sheldon authored Sep 30, 2021
1 parent 9f667f4 commit f3ab05d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,7 @@ dockers:
skip_push: auto
dockerfile: Dockerfile
use: buildx
goarch: arm64
build_flag_templates:
- "--platform=linux/arm64"
- "--label=org.label-schema.schema-version=1.0"
Expand Down

0 comments on commit f3ab05d

Please sign in to comment.