Skip to content

Commit 4b2c3c0

Browse files
authored
Disable for now due some issues when downloading the knative module (#1546)
* Disable for now due some issues when downloading the knative module, maybe due to the replace in the go.mod Signed-off-by: cpanato <[email protected]> * sign packages as well Signed-off-by: cpanato <[email protected]>
1 parent 9b5f432 commit 4b2c3c0

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

.goreleaser.yml

+9-2
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,9 @@ before:
1616
# this is needed because we are generating files that goreleaser was not aware to push to GH project release
1717
- /bin/bash -c 'if [ -z "$CI" ]; then make sign-container-release && make sign-keyless-release; fi'
1818

19-
gomod:
20-
proxy: true
19+
# Disable for now due some issues when downloading the knative module, maybe due to the replace in the go.mod
20+
# gomod:
21+
# proxy: true
2122

2223
sboms:
2324
- artifacts: binary
@@ -231,6 +232,12 @@ signs:
231232
cmd: ./dist/cosign-linux-amd64
232233
args: ["sign-blob", "--output-signature", "${artifact}-keyless.sig", "--output-certificate", "${artifact}-keyless.pem", "${artifact}"]
233234
artifacts: checksum
235+
- id: packages-keyless
236+
signature: "${artifact}-keyless.sig"
237+
certificate: "${artifact}-keyless.pem"
238+
cmd: ./dist/cosign-linux-amd64
239+
args: ["sign-blob", "--output-signature", "${artifact}-keyless.sig", "--output-certificate", "${artifact}-keyless.pem", "${artifact}"]
240+
artifacts: package
234241

235242
nfpms:
236243
- id: cosign

0 commit comments

Comments
 (0)