Skip to content

Commit

Permalink
fix: platform release amd64
Browse files Browse the repository at this point in the history
  • Loading branch information
katallaxie committed Jul 3, 2024
1 parent 53f2160 commit ff1a1e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ dockers:
goos: linux
goarch: amd64
build_flag_templates:
- --platform=linux/arm64
- --platform=linux/amd64
- --label=org.opencontainers.image.title={{ .ProjectName }}-web
- --label=org.opencontainers.image.description={{ .ProjectName }}
- --label=org.opencontainers.image.url=https://github.com/zeiss/{{ .ProjectName }}/typhoon/web
Expand Down

0 comments on commit ff1a1e1

Please sign in to comment.