Skip to content

Commit f20ba80

Browse files
author
Alexander Huck
committed
fix: correct arm64 image tag
1 parent c5fc660 commit f20ba80

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.goreleaser.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -104,12 +104,12 @@ docker_manifests:
104104
- name_template: "ghcr.io/inovex/calendarsync:{{ .Version }}"
105105
image_templates:
106106
- 'ghcr.io/inovex/calendarsync:{{ .Version }}-amd64'
107-
- 'ghcr.io/inovex/calendarsync:{{ .Version }}-arm64v8'
107+
- 'ghcr.io/inovex/calendarsync:{{ .Version }}-arm64'
108108
- 'ghcr.io/inovex/calendarsync:{{ .Version }}-armv7'
109109
- 'ghcr.io/inovex/calendarsync:{{ .Version }}-armv6'
110110
- name_template: "ghcr.io/inovex/calendarsync:latest"
111111
image_templates:
112112
- 'ghcr.io/inovex/calendarsync:{{ .Version }}-amd64'
113-
- 'ghcr.io/inovex/calendarsync:{{ .Version }}-arm64v8'
113+
- 'ghcr.io/inovex/calendarsync:{{ .Version }}-arm64'
114114
- 'ghcr.io/inovex/calendarsync:{{ .Version }}-armv7'
115115
- 'ghcr.io/inovex/calendarsync:{{ .Version }}-armv6'

0 commit comments

Comments
 (0)