File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -40,10 +40,30 @@ changelog:
4040
4141dockers :
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+
4767release :
4868 github :
4969 owner : Vultr
You can’t perform that action at this time.
0 commit comments