Skip to content

Commit

Permalink
drop cosigned and sget
Browse files Browse the repository at this point in the history
Signed-off-by: James Strong <strong.james.e@gmail.com>
  • Loading branch information
strongjz committed Mar 2, 2022
1 parent dd114a5 commit caadeca
Showing 1 changed file with 0 additions and 40 deletions.
40 changes: 0 additions & 40 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -254,46 +254,6 @@ nfpms:
- deb
- rpm

- id: cosigned
package_name: cosigned
file_name_template: "{{ .ConventionalFileName }}"
vendor: Sigstore
homepage: https://sigstore.dev
maintainer: Sigstore Authors 86837369+sigstore-bot@users.noreply.github.com
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 86837369+sigstore-bot@users.noreply.github.com
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 caadeca

Please sign in to comment.