mirror of
https://github.com/itzg/mc-router.git
synced 2025-01-03 18:17:37 +01:00
ci: Changed 'latest' image tag to also be multi-arch
This commit is contained in:
parent
5bc93cb3e4
commit
5b6fc11cba
@ -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:
|
||||||
|
Loading…
Reference in New Issue
Block a user