forked from sigstore/cosign
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add rpm,deb and apks for cosign packages (sigstore#1537)
* 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
1 parent
1cca4d5
commit 1ba0b1b
Showing
1 changed file
with
22 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 }}" | ||
|