This commit is contained in:
Tyr Mactire 2022-07-26 21:56:55 -07:00 committed by GitHub
parent d8c1c8de7b
commit c027d3faff
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -38,8 +38,8 @@ dockers:
goos: linux
goarch: amd64
image_templates:
- "tyrm/{{ .ProjectName }}:{{ .Version }}-amd64"
- "tyrm/{{ .ProjectName }}:latest-amd64"
- "feditools/{{ .ProjectName }}:{{ .Version }}-amd64"
- "feditools/{{ .ProjectName }}:latest-amd64"
build_flag_templates:
- "--platform=linux/amd64"
- "--label=org.opencontainers.image.created={{.Date}}"
@ -50,8 +50,8 @@ dockers:
goos: linux
goarch: arm64
image_templates:
- "tyrm/{{ .ProjectName }}:{{ .Version }}-arm64v8"
- "tyrm/{{ .ProjectName }}:latest-arm64v8"
- "feditools/{{ .ProjectName }}:{{ .Version }}-arm64v8"
- "feditools/{{ .ProjectName }}:latest-arm64v8"
build_flag_templates:
- "--platform=linux/arm64/v8"
- "--label=org.opencontainers.image.created={{.Date}}"
@ -63,7 +63,7 @@ docker_manifests:
image_templates:
- feditools/{{ .ProjectName }}:{{ .Version }}-amd64
- feditools/{{ .ProjectName }}:{{ .Version }}-arm64v8
- name_template: tyrm/{{ .ProjectName }}:latest
- name_template: feditools/{{ .ProjectName }}:latest
image_templates:
- feditools/{{ .ProjectName }}:latest-amd64
- feditools/{{ .ProjectName }}:latest-arm64v8