@@ -19,8 +19,8 @@ dockers:
1919 goos : linux
2020 goarch : amd64
2121 image_templates :
22- - " deezer/groroti:{{ .Version }}-amd64 "
23- - " deezer/groroti:latest-amd64 "
22+ - " deezer/groroti:{{ .Version }}"
23+ - " deezer/groroti:latest"
2424 build_flag_templates :
2525 - " --platform=linux/amd64"
2626 - " --label=org.opencontainers.image.created={{.Date}}"
@@ -33,8 +33,8 @@ dockers:
3333 goos : linux
3434 goarch : arm64
3535 image_templates :
36- - " deezer/groroti:{{ .Version }}-arm64 "
37- - " deezer/groroti:latest-arm64 "
36+ - " deezer/groroti:{{ .Version }}"
37+ - " deezer/groroti:latest"
3838 build_flag_templates :
3939 - " --platform=linux/arm64"
4040 - " --label=org.opencontainers.image.created={{.Date}}"
@@ -43,20 +43,6 @@ dockers:
4343 - " --label=org.opencontainers.image.version={{.Version}}"
4444 extra_files :
4545 - config.toml
46- docker_manifests :
47- # https://goreleaser.com/customization/docker_manifest/
48- - name_template : deezer/groroti:{{.Version}}
49- image_templates :
50- - deezer/groroti:{{.Version}}-amd64
51- - name_template : deezer/groroti:latest
52- image_templates :
53- - deezer/groroti:latest-amd64
54- - name_template : deezer/groroti:{{.Version}}
55- image_templates :
56- - deezer/groroti:{{.Version}}-arm64
57- - name_template : deezer/groroti:latest
58- image_templates :
59- - deezer/groroti:latest-arm64
6046checksum :
6147 # https://goreleaser.com/customization/checksum/
6248 name_template : ' checksums.txt'
0 commit comments