Skip to content

Commit

Permalink
add rpm,deb and apks for cosign packages (sigstore#1537)
Browse files Browse the repository at this point in the history
* add rpm,deb and apks for cosign packages

Signed-off-by: James Strong <[email protected]>

* drop cosigned and sget

Signed-off-by: James Strong <[email protected]>
  • Loading branch information
strongjz authored and mlieberman85 committed May 6, 2022
1 parent 1cca4d5 commit 1ba0b1b
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -232,6 +232,28 @@ signs:
args: ["sign-blob", "--output-signature", "${artifact}-keyless.sig", "--output-certificate", "${artifact}-keyless.pem", "${artifact}"]
artifacts: checksum

nfpms:
- id: cosign
package_name: cosign
file_name_template: "{{ .ConventionalFileName }}"
vendor: Sigstore
homepage: https://sigstore.dev
maintainer: Sigstore Authors [email protected]
builds:
- linux
- linux-pivkey-pkcs11key-amd64
description: Container Signing, Verification and Storage in an OCI registry.
replacements:
amd64: 64-bit
386: 32-bit
darwin: macOS
linux: Tux
license: "Apache License 2.0"
formats:
- apk
- deb
- rpm

archives:
- format: binary
name_template: "{{ .Binary }}"
Expand Down

0 comments on commit 1ba0b1b

Please sign in to comment.