Skip to content

Commit 053eb30

Browse files
authored
Release v0.13.4 #patch
1 parent cb31a63 commit 053eb30

1 file changed

Lines changed: 23 additions & 3 deletions

File tree

.goreleaser.yml

Lines changed: 23 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,10 +40,30 @@ changelog:
4040

4141
dockers:
4242
- dockerfile: Dockerfile
43-
image_templates:
44-
- "vultr/vultr-csi:latest"
45-
- "vultr/vultr-csi:{{ .Tag }}"
43+
- image_templates:
44+
- "vultr/vultr-csi:{{ .Tag }}-amd64"
45+
use: buildx
46+
build_flag_templates:
47+
- "--pull"
48+
- "--platform=linux/amd64"
49+
- image_templates:
50+
- "vultr/vultr-csi:{{ .Tag }}-arm64"
51+
use: buildx
52+
build_flag_templates:
53+
- "--pull"
54+
- "--platform=linux/arm64"
55+
goarch: arm64
4656

57+
docker_manifests:
58+
- name_template: "vultr/vultr-csi:{{ .Tag }}"
59+
image_templates:
60+
- "vultr/vultr-csi:{{ .Tag }}-amd64"
61+
- "vultr/vultr-csi:{{ .Tag }}-arm64"
62+
- name_template: "vultr/vultr-csi:latest"
63+
image_templates:
64+
- "vultr/vultr-csi:{{ .Tag }}-amd64"
65+
- "vultr/vultr-csi:{{ .Tag }}-arm64"
66+
4767
release:
4868
github:
4969
owner: Vultr

0 commit comments

Comments
 (0)