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

fix(imsnif/bandwhich): re-scaffold #30791

Merged
merged 3 commits into from
Jan 10, 2025
Merged
Show file tree
Hide file tree
Changes from 1 commit
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
Prev Previous commit
refactor(imsnif/bandwhich): simplify version_overrides
  • Loading branch information
suzuki-shunsuke committed Jan 10, 2025
commit 29df9086de55ec24fc87920ae2689a6680f05cea
39 changes: 11 additions & 28 deletions pkgs/imsnif/bandwhich/registry.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,17 @@ packages:
description: Terminal bandwidth utilization tool
version_constraint: "false"
version_overrides:
- version_constraint: Version == "v0.22.0"
asset: bandwhich-{{.Version}}-{{.Arch}}-{{.OS}}.{{.Format}}
format: tar.gz
rosetta2: true
replacements:
amd64: x86_64
darwin: apple-darwin
linux: unknown-linux-musl
supported_envs:
- linux/amd64
- darwin
- version_constraint: semver("<= 0.3.2")
asset: what
format: raw
Expand All @@ -29,34 +40,6 @@ packages:
linux: unknown-linux-musl
supported_envs:
- linux/amd64
- version_constraint: semver("<= 0.21.1")
asset: bandwhich-{{.Version}}-{{.Arch}}-{{.OS}}.{{.Format}}
format: tar.gz
rosetta2: true
windows_arm_emulation: true
replacements:
amd64: x86_64
darwin: apple-darwin
linux: unknown-linux-musl
windows: pc-windows-msvc
overrides:
- goos: windows
format: zip
supported_envs:
- darwin
- windows
- amd64
- version_constraint: Version == "v0.22.0"
asset: bandwhich-{{.Version}}-{{.Arch}}-{{.OS}}.{{.Format}}
format: tar.gz
rosetta2: true
replacements:
amd64: x86_64
darwin: apple-darwin
linux: unknown-linux-musl
supported_envs:
- linux/amd64
- darwin
- version_constraint: semver("<= 0.22.2")
asset: bandwhich-{{.Version}}-{{.Arch}}-{{.OS}}.{{.Format}}
format: tar.gz
Expand Down
39 changes: 11 additions & 28 deletions registry.yaml

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

Loading