Skip to content

Commit

Permalink
add rpm,deb and apks for cosign packages (#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 <strong.james.e@gmail.com>

* drop cosigned and sget

Signed-off-by: James Strong <strong.james.e@gmail.com>
  • Loading branch information
strongjz authored Mar 2, 2022
1 parent 712c493 commit 1e57c8d
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 86837369+sigstore-bot@users.noreply.github.com
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 1e57c8d

Please sign in to comment.