ci: Changed 'latest' image tag to also be multi-arch
This commit is contained in:
+5
-1
@@ -36,7 +36,6 @@ snapshot:
|
|||||||
dockers:
|
dockers:
|
||||||
- image_templates:
|
- image_templates:
|
||||||
- "itzg/{{ .ProjectName }}:{{ .Version }}-amd64"
|
- "itzg/{{ .ProjectName }}:{{ .Version }}-amd64"
|
||||||
- "itzg/{{ .ProjectName }}:latest"
|
|
||||||
goarch: amd64
|
goarch: amd64
|
||||||
build_flag_templates:
|
build_flag_templates:
|
||||||
- --platform
|
- --platform
|
||||||
@@ -75,6 +74,11 @@ docker_manifests:
|
|||||||
- "itzg/{{ .ProjectName }}:{{ .Version }}-amd64"
|
- "itzg/{{ .ProjectName }}:{{ .Version }}-amd64"
|
||||||
- "itzg/{{ .ProjectName }}:{{ .Version }}-arm64"
|
- "itzg/{{ .ProjectName }}:{{ .Version }}-arm64"
|
||||||
- "itzg/{{ .ProjectName }}:{{ .Version }}-arm32v6"
|
- "itzg/{{ .ProjectName }}:{{ .Version }}-arm32v6"
|
||||||
|
- name_template: "itzg/{{ .ProjectName }}:latest"
|
||||||
|
image_templates:
|
||||||
|
- "itzg/{{ .ProjectName }}:{{ .Version }}-amd64"
|
||||||
|
- "itzg/{{ .ProjectName }}:{{ .Version }}-arm64"
|
||||||
|
- "itzg/{{ .ProjectName }}:{{ .Version }}-arm32v6"
|
||||||
changelog:
|
changelog:
|
||||||
filters:
|
filters:
|
||||||
exclude:
|
exclude:
|
||||||
|
|||||||
Reference in New Issue
Block a user