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

feat(cargo-bins/cargo-binstall): add minisign config #26432

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from
Draft
Show file tree
Hide file tree
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
16 changes: 16 additions & 0 deletions pkgs/cargo-bins/cargo-binstall/registry.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,18 @@ packages:
- goos: windows
replacements:
arm64: arm64
- version_constraint: semver("<= 1.3.1")
asset: cargo-binstall-{{.Arch}}-{{.OS}}.{{.Format}}
format: zip
replacements:
amd64: x86_64
arm64: aarch64
darwin: apple-darwin
linux: unknown-linux-musl
windows: pc-windows-msvc
overrides:
- goos: linux
format: tgz
- version_constraint: "true"
asset: cargo-binstall-{{.Arch}}-{{.OS}}.{{.Format}}
format: zip
Expand All @@ -80,6 +92,10 @@ packages:
darwin: apple-darwin
linux: unknown-linux-musl
windows: pc-windows-msvc
minisign:
type: github_release
asset: cargo-binstall-{{.Arch}}-{{.OS}}.{{.Format}}.sig
public_key_url: https://github.com/cargo-bins/cargo-binstall/releases/download/v{{.Version}}/minisign.pub
overrides:
- goos: linux
format: tgz
16 changes: 16 additions & 0 deletions registry.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading