From 1e57c8d812c55876ed0fa21bbae35927d601242f Mon Sep 17 00:00:00 2001 From: James Strong Date: Wed, 2 Mar 2022 14:32:38 -0500 Subject: [PATCH] add rpm,deb and apks for cosign packages (#1537) * add rpm,deb and apks for cosign packages Signed-off-by: James Strong * drop cosigned and sget Signed-off-by: James Strong --- .goreleaser.yml | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/.goreleaser.yml b/.goreleaser.yml index 26fd571fb0b..3bdbde7ce4c 100644 --- a/.goreleaser.yml +++ b/.goreleaser.yml @@ -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 }}"