Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add rpm,deb and apks for cosign packages #1537

Merged
merged 2 commits into from
Mar 2, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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