Skip to content

Commit

Permalink
fix: address code review comment on arch variable
Browse files Browse the repository at this point in the history
  • Loading branch information
vLia committed Jun 1, 2023
1 parent a63349f commit 2a44acf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .builds-linux.goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ dockers:
goos: linux
goarch: amd64
image_templates:
- "kubeshop/testkube-cli:{{ .Version }}-{{ .Arch }}"
- "kubeshop/testkube-cli:{{ .Version }}-amd64"
build_flag_templates:
- "--platform=linux/amd64"
- "--label=org.opencontainers.image.title={{ .ProjectName }}"
Expand Down

0 comments on commit 2a44acf

Please sign in to comment.