Skip to content

Commit

Permalink
add rpm,deb and apks for cosign packages
Browse files Browse the repository at this point in the history
Signed-off-by: James Strong <[email protected]>
  • Loading branch information
strongjz committed Mar 2, 2022
1 parent 73235ac commit dd114a5
Showing 1 changed file with 62 additions and 0 deletions.
62 changes: 62 additions & 0 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -232,6 +232,68 @@ 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

- id: cosigned
package_name: cosigned
file_name_template: "{{ .ConventionalFileName }}"
vendor: Sigstore
homepage: https://sigstore.dev
maintainer: Sigstore Authors [email protected]
builds:
- linux-cosigned
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

- id: sget
package_name: sget
file_name_template: "{{ .ConventionalFileName }}"
vendor: Sigstore
homepage: https://sigstore.dev
maintainer: Sigstore Authors [email protected]
builds:
- sget
description: a command for safer, automatic verification of signatures and integration with our binary transparency log, Rekor.
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 dd114a5

Please sign in to comment.