Skip to content

Commit bc77acb

Browse files
authored
Release v0.14.0 #minor
1 parent bdda8d6 commit bc77acb

1 file changed

Lines changed: 14 additions & 1 deletion

File tree

.goreleaser.yml

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,20 @@ dockers:
5353
- "--pull"
5454
- "--platform=linux/arm64"
5555
goarch: arm64
56-
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+
- image_templates:
63+
- "sjc.vultrcr.com/vultrpublic/vultr-csi:{{ .Tag }}-arm64"
64+
use: buildx
65+
build_flag_templates:
66+
- "--pull"
67+
- "--platform=linux/arm64"
68+
goarch: arm64
69+
5770
docker_manifests:
5871
- name_template: "vultr/vultr-csi:{{ .Tag }}"
5972
image_templates:

0 commit comments

Comments
 (0)