diff --git a/.goreleaser.yml b/.goreleaser.yml index 495587bf..972740e0 100644 --- a/.goreleaser.yml +++ b/.goreleaser.yml @@ -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