Skip to content

Commit

Permalink
Fix cosign
Browse files Browse the repository at this point in the history
  • Loading branch information
fabpot committed Mar 23, 2024
1 parent fc1c4a1 commit 353644a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .goreleaser.yml
Expand Up @@ -71,14 +71,13 @@ universal_binaries:
# https://goreleaser.com/customization/sign
signs:
- cmd: cosign
env:
- COSIGN_EXPERIMENTAL=1
certificate: '${artifact}.pem'
args:
- sign-blob
- '--output-certificate=${certificate}'
- '--output-signature=${signature}'
- '${artifact}'
- "--yes"
artifacts: all
output: true

Expand Down

0 comments on commit 353644a

Please sign in to comment.