Skip to content

Commit 690848c

Browse files
authored
Merge pull request #3263 from redpanda-data/fixes/goreleaser-deprecation-warnings
goreleaser: fix deprecation warnings with v2.8.1
2 parents 1996870 + 93cf4b8 commit 690848c

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

.goreleaser.yml

+9-9
Original file line numberDiff line numberDiff line change
@@ -65,30 +65,30 @@ builds:
6565

6666
archives:
6767
- id: connect
68-
builds: [ connect ]
69-
format: tar.gz
68+
ids: [ connect ]
69+
formats: tar.gz
7070
files:
7171
- README.md
7272
- CHANGELOG.md
7373
- licenses
7474

7575
- id: connect-cloud
76-
builds: [ connect-cloud ]
77-
format: tar.gz
76+
ids: [ connect-cloud ]
77+
formats: tar.gz
7878
name_template: 'redpanda-connect-cloud_{{ .Version }}_{{ .Os }}_{{ .Arch }}{{ with .Arm }}v{{ . }}{{ end }}{{ with .Mips }}_{{ . }}{{ end }}{{ if not (eq .Amd64 "v1") }}{{ .Amd64 }}{{ end }}'
7979
files:
8080
- README.md
8181
- CHANGELOG.md
8282
- licenses
8383

8484
- id: connect-lambda
85-
builds: [ connect-lambda ]
86-
format: zip
85+
ids: [ connect-lambda ]
86+
formats: zip
8787
name_template: "{{ .Binary }}_{{ .Version }}_{{ .Os }}_{{ .Arch }}"
8888

8989
- id: connect-lambda-al2
90-
builds: [ connect-lambda-al2 ]
91-
format: zip
90+
ids: [ connect-lambda-al2 ]
91+
formats: zip
9292
name_template: "redpanda-connect-lambda-al2_{{ .Version }}_{{ .Os }}_{{ .Arch }}"
9393

9494
dist: target/dist
@@ -110,7 +110,7 @@ nfpms:
110110
- src: /usr/bin/redpanda-connect
111111
dst: /usr/bin/.rpk.ac-connect
112112
type: symlink
113-
builds:
113+
ids:
114114
- connect
115115
vendor: Redpanda Data, Inc.
116116
license: "https://github.com/redpanda-data/connect/blob/main/licenses/README.md"

0 commit comments

Comments
 (0)