Skip to content

Commit

Permalink
Update GoReleaser config
Browse files Browse the repository at this point in the history
Updates the config to upload all the artifacts we generate for the
Ingress Controller binary.
  • Loading branch information
lucacome committed Sep 21, 2023
1 parent 2d4c719 commit c210c7d
Showing 1 changed file with 7 additions and 9 deletions.
16 changes: 7 additions & 9 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,28 +97,26 @@ changelog:
skip: true

archives:
- id: kubernetes-ingress
- id: archives
builds: [kubernetes-ingress]

sboms:
- artifacts: archive
ids: [kubernetes-ingress]
- id: sboms
artifacts: archive
ids: [archives]
documents:
- "${artifact}.spdx.json"

release:
ids: [kubernetes-ingress]
extra_files:
- glob: ./dist/**.spdx.json
ids: [archives, sboms, signs]

blobs:
- provider: azblob
bucket: '{{.Env.AZURE_BUCKET_NAME}}'
extra_files:
- glob: ./dist/**.spdx.json

signs:
- cmd: cosign
- id: signs
cmd: cosign
artifacts: checksum
output: true
certificate: '${artifact}.pem'
Expand Down

0 comments on commit c210c7d

Please sign in to comment.