File tree 1 file changed +0
-15
lines changed
1 file changed +0
-15
lines changed Original file line number Diff line number Diff line change @@ -31,8 +31,6 @@ builds:
31
31
ignore :
32
32
- goos : darwin
33
33
goarch : arm
34
- - goos : darwin
35
- goarch : riscv64
36
34
37
35
dockers :
38
36
- ids :
@@ -57,24 +55,12 @@ dockers:
57
55
- " --build-arg=BINARY_NAME={{ .ProjectName }}"
58
56
- " --platform=linux/arm64"
59
57
use : buildx
60
- - ids :
61
- - external-dns-openstack-webhook
62
- image_templates :
63
- - ghcr.io/inovex/{{ .ProjectName }}:{{ .Version }}-riscv64
64
- goos : linux
65
- goarch : riscv64
66
- dockerfile : goreleaser.dockerfile
67
- build_flag_templates :
68
- - " --build-arg=BINARY_NAME={{ .ProjectName }}"
69
- - " --platform=linux/riscv64"
70
- use : buildx
71
58
72
59
docker_manifests :
73
60
- name_template : " ghcr.io/inovex/{{ .ProjectName }}:{{ .Version }}"
74
61
image_templates :
75
62
- " ghcr.io/inovex/{{ .ProjectName }}:{{ .Version }}-amd64"
76
63
- " ghcr.io/inovex/{{ .ProjectName }}:{{ .Version }}-arm64"
77
- - " ghcr.io/inovex/{{ .ProjectName }}:{{ .Version }}-riscv64"
78
64
79
65
archives :
80
66
- name_template : " {{ .ProjectName }}-{{ .Version }}.{{ .Os }}-{{ .Arch }}{{ with .Arm }}v{{ . }}{{ end }}"
@@ -96,6 +82,5 @@ release:
96
82
- ghcr.io/inovex/external-dns-openstack-webhook:{{ trimprefix .Tag "v" }} (universal, multi-platform)
97
83
- ghcr.io/inovex/external-dns-openstack-webhook:{{ trimprefix .Tag "v" }}-amd64
98
84
- ghcr.io/inovex/external-dns-openstack-webhook:{{ trimprefix .Tag "v" }}-arm64
99
- - ghcr.io/inovex/external-dns-openstack-webhook:{{ trimprefix .Tag "v" }}-riscv64
100
85
prerelease : auto
101
86
replace_existing_draft : true
You can’t perform that action at this time.
0 commit comments