From c210c7d1d8220a285614c0ebbdeab322b13f73d1 Mon Sep 17 00:00:00 2001 From: Luca Comellini Date: Thu, 21 Sep 2023 14:49:06 -0700 Subject: [PATCH] Update GoReleaser config Updates the config to upload all the artifacts we generate for the Ingress Controller binary. --- .goreleaser.yml | 16 +++++++--------- 1 file changed, 7 insertions(+), 9 deletions(-) diff --git a/.goreleaser.yml b/.goreleaser.yml index a6ec72e2fe..8a058e2e40 100644 --- a/.goreleaser.yml +++ b/.goreleaser.yml @@ -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'