Skip to content

Commit

Permalink
ci: drop cosign artifact signing
Browse files Browse the repository at this point in the history
Causes too much trouble.
  • Loading branch information
ernado committed Feb 18, 2025
1 parent aa19915 commit 8489119
Showing 1 changed file with 0 additions and 31 deletions.
31 changes: 0 additions & 31 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -163,37 +163,6 @@ docker_manifests:
- "{{ .Env.IMAGE }}:latest-arm64"
- "{{ .Env.IMAGE }}:latest-riscv64"

signs:
- cmd: cosign
id: cosign
signature: "${artifact}.sig"
certificate: "${artifact}.pem"
output: true
artifacts: archive
args:
- sign-blob
- "--key"
- "env://COSIGN_PRIVATE_KEY"
- "--output-signature"
- "${artifact}.sig"
- "${artifact}"
- --yes

- cmd: cosign
id: keyless
signature: "${artifact}.keyless.sig"
certificate: "${artifact}.keyless.pem"
output: true
artifacts: archive
args:
- sign-blob
- "--output-certificate"
- "${artifact}.keyless.pem"
- "--output-signature"
- "${artifact}.keyless.sig"
- "${artifact}"
- --yes

docker_signs:
- cmd: cosign
artifacts: manifests
Expand Down

0 comments on commit 8489119

Please sign in to comment.