Skip to content

Commit 95ed4f7

Browse files
authored
Merge pull request #16 from xmidt-org/release
fix goreleaser
2 parents 79575b0 + 1099efa commit 95ed4f7

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

.goreleaser.yml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ nfpms:
8383
id: rdk
8484
file_name_template: '{{ .PackageName }}_{{ .Version }}_rdk_{{ .Arch }}{{ with .Arm }}v{{ . }}{{ end }}{{ with .Mips }}_{{ . }}{{ end }}{{ if not (eq .Amd64 "v1") }}{{ .Amd64 }}{{ end }}'
8585
vendor: xmidt-org
86-
homepage: https://github.com/xmidt-org/splitter
86+
homepage: https://github.com/xmidt-org/wrp-kafka-splitter
8787
license: Apache-2.0
8888
maintainer: see_maintainers_file@example.com
8989
description: The client agent for the Xmidt service.
@@ -109,13 +109,13 @@ nfpms:
109109

110110
ipk:
111111
fields:
112-
Bugs: https://github.com/xmidt-org/splitter/issues
112+
Bugs: https://github.com/xmidt-org/wrp-kafka-splitter/issues
113113

114114
-
115115
id: openwrt
116116
file_name_template: '{{ .PackageName }}_{{ .Version }}_openwrt_{{ .Arch }}{{ with .Arm }}v{{ . }}{{ end }}{{ with .Mips }}_{{ . }}{{ end }}{{ if not (eq .Amd64 "v1") }}{{ .Amd64 }}{{ end }}'
117117
vendor: xmidt-org
118-
homepage: https://github.com/xmidt-org/splitter
118+
homepage: https://github.com/xmidt-org/wrp-kafka-splitter
119119
license: Apache-2.0
120120
maintainer: see_maintainers_file@example.com
121121
description: The client agent for the Xmidt service.
@@ -130,12 +130,12 @@ nfpms:
130130

131131
ipk:
132132
fields:
133-
Bugs: https://github.com/xmidt-org/splitter/issues
133+
Bugs: https://github.com/xmidt-org/wrp-kafka-splitter/issues
134134
-
135135
id: server
136136
file_name_template: '{{ .PackageName }}_{{ .Version }}_debian_{{ .Arch }}{{ with .Arm }}v{{ . }}{{ end }}{{ with .Mips }}_{{ . }}{{ end }}{{ if not (eq .Amd64 "v1") }}{{ .Amd64 }}{{ end }}'
137137
vendor: xmidt-org
138-
homepage: https://github.com/xmidt-org/splitter
138+
homepage: https://github.com/xmidt-org/wrp-kafka-splitter
139139
license: Apache-2.0
140140
maintainer: see_maintainers_file@example.com
141141
description: The client agent for the Xmidt service.
@@ -153,7 +153,7 @@ nfpms:
153153
signature:
154154
key_file: .secrets/deb_gpg_private_key_file
155155
fields:
156-
Bugs: https://github.com/xmidt-org/splitter/issues
156+
Bugs: https://github.com/xmidt-org/wrp-kafka-splitter/issues
157157
rpm:
158158
group: System Environment/Daemons
159159
signature:
@@ -179,16 +179,16 @@ dockers:
179179
build_flag_templates:
180180
- "--platform=linux/amd64"
181181
- "--label=org.opencontainers.image.created={{.Date}}"
182-
- "--label=org.opencontainers.image.url=https://github.com/xmidt-org/splitter"
182+
- "--label=org.opencontainers.image.url=https://github.com/xmidt-org/wrp-kafka-splitter"
183183
- "--label=org.opencontainers.image.title={{.ProjectName}}"
184184
- "--label=org.opencontainers.image.revision={{.FullCommit}}"
185-
- "--label=org.opencontainers.image.source=https://github.com/xmidt-org/splitter"
185+
- "--label=org.opencontainers.image.source=https://github.com/xmidt-org/wrp-kafka-splitter"
186186
- "--label=org.opencontainers.image.version={{.Version}}"
187187
image_templates:
188-
- ghcr.io/xmidt-org/splitter:{{ .Tag }}-amd64
189-
- ghcr.io/xmidt-org/splitter:v{{ .Major }}-amd64
190-
- ghcr.io/xmidt-org/splitter:v{{ .Major }}.{{ .Minor }}-amd64
191-
- ghcr.io/xmidt-org/splitter:latest-amd64
188+
- ghcr.io/xmidt-org/wrp-kafka-splitter:{{ .Tag }}-amd64
189+
- ghcr.io/xmidt-org/wrp-kafka-splitter:v{{ .Major }}-amd64
190+
- ghcr.io/xmidt-org/wrp-kafka-splitter:v{{ .Major }}.{{ .Minor }}-amd64
191+
- ghcr.io/xmidt-org/wrp-kafka-splitter:latest-amd64
192192
dockerfile: 'Dockerfile'
193193
extra_files:
194194
- .release/docker

0 commit comments

Comments
 (0)