Skip to content

Commit b38edc6

Browse files
authored
Merge pull request #28 from inovex/dropRiscV
feat: properly drop RiscV
2 parents b081717 + d53033b commit b38edc6

File tree

1 file changed

+0
-15
lines changed

1 file changed

+0
-15
lines changed

.goreleaser.yaml

-15
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,6 @@ builds:
3131
ignore:
3232
- goos: darwin
3333
goarch: arm
34-
- goos: darwin
35-
goarch: riscv64
3634

3735
dockers:
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

7259
docker_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

7965
archives:
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

0 commit comments

Comments
 (0)