Skip to content

Commit 50b0d0c

Browse files
authored
Update GoReleaser config (#4411)
Updates the config to upload all the artifacts we generate for the Ingress Controller binary.
1 parent a17bfd5 commit 50b0d0c

File tree

1 file changed

+7
-9
lines changed

1 file changed

+7
-9
lines changed

.goreleaser.yml

Lines changed: 7 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -97,28 +97,26 @@ changelog:
9797
skip: true
9898

9999
archives:
100-
- id: kubernetes-ingress
100+
- id: archives
101101
builds: [kubernetes-ingress]
102102

103103
sboms:
104-
- artifacts: archive
105-
ids: [kubernetes-ingress]
104+
- id: sboms
105+
artifacts: archive
106+
ids: [archives]
106107
documents:
107108
- "${artifact}.spdx.json"
108109

109110
release:
110-
ids: [kubernetes-ingress]
111-
extra_files:
112-
- glob: ./dist/**.spdx.json
111+
ids: [archives, sboms, signs]
113112

114113
blobs:
115114
- provider: azblob
116115
bucket: '{{.Env.AZURE_BUCKET_NAME}}'
117-
extra_files:
118-
- glob: ./dist/**.spdx.json
119116

120117
signs:
121-
- cmd: cosign
118+
- id: signs
119+
cmd: cosign
122120
artifacts: checksum
123121
output: true
124122
certificate: '${artifact}.pem'

0 commit comments

Comments
 (0)