File tree Expand file tree Collapse file tree 1 file changed +0
-15
lines changed
Expand file tree Collapse file tree 1 file changed +0
-15
lines changed Original file line number Diff line number Diff line change @@ -31,8 +31,6 @@ builds:
3131 ignore :
3232 - goos : darwin
3333 goarch : arm
34- - goos : darwin
35- goarch : riscv64
3634
3735dockers :
3836 - ids :
@@ -57,24 +55,12 @@ dockers:
5755 - " --build-arg=BINARY_NAME={{ .ProjectName }}"
5856 - " --platform=linux/arm64"
5957 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
7158
7259docker_manifests :
7360 - name_template : " ghcr.io/inovex/{{ .ProjectName }}:{{ .Version }}"
7461 image_templates :
7562 - " ghcr.io/inovex/{{ .ProjectName }}:{{ .Version }}-amd64"
7663 - " ghcr.io/inovex/{{ .ProjectName }}:{{ .Version }}-arm64"
77- - " ghcr.io/inovex/{{ .ProjectName }}:{{ .Version }}-riscv64"
7864
7965archives :
8066 - name_template : " {{ .ProjectName }}-{{ .Version }}.{{ .Os }}-{{ .Arch }}{{ with .Arm }}v{{ . }}{{ end }}"
@@ -96,6 +82,5 @@ release:
9682 - ghcr.io/inovex/external-dns-openstack-webhook:{{ trimprefix .Tag "v" }} (universal, multi-platform)
9783 - ghcr.io/inovex/external-dns-openstack-webhook:{{ trimprefix .Tag "v" }}-amd64
9884 - ghcr.io/inovex/external-dns-openstack-webhook:{{ trimprefix .Tag "v" }}-arm64
99- - ghcr.io/inovex/external-dns-openstack-webhook:{{ trimprefix .Tag "v" }}-riscv64
10085 prerelease : auto
10186 replace_existing_draft : true
You can’t perform that action at this time.
0 commit comments