We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bdda8d6 commit bc77acbCopy full SHA for bc77acb
1 file changed
.goreleaser.yml
@@ -53,7 +53,20 @@ dockers:
53
- "--pull"
54
- "--platform=linux/arm64"
55
goarch: arm64
56
-
+ - image_templates:
57
+ - "sjc.vultrcr.com/vultrpublic/vultr-csi:{{ .Tag }}-amd64"
58
+ use: buildx
59
+ build_flag_templates:
60
+ - "--pull"
61
+ - "--platform=linux/amd64"
62
63
+ - "sjc.vultrcr.com/vultrpublic/vultr-csi:{{ .Tag }}-arm64"
64
65
66
67
+ - "--platform=linux/arm64"
68
+ goarch: arm64
69
+
70
docker_manifests:
71
- name_template: "vultr/vultr-csi:{{ .Tag }}"
72
image_templates:
0 commit comments