Skip to content

Commit

Permalink
fix(josephburnett/jd): use go_install
Browse files Browse the repository at this point in the history
  • Loading branch information
suzuki-shunsuke committed Oct 6, 2023
1 parent 85a67fe commit 9a797cb
Show file tree
Hide file tree
Showing 2 changed files with 42 additions and 10 deletions.
26 changes: 21 additions & 5 deletions pkgs/josephburnett/jd/registry.yaml
Expand Up @@ -12,10 +12,26 @@ packages:
- version_constraint: Version == "v1.4.0"
complete_windows_ext: false
rosetta2: true
supported_envs:
- darwin
- amd64
overrides:
- goos: linux
goarch: arm64
type: go_install
path: github.com/josephburnett/jd
- goos: windows
goarch: arm64
type: go_install
path: github.com/josephburnett/jd
- version_constraint: semver("< 1.4.0")
asset: jd
supported_envs:
- linux/amd64
overrides:
- goarch: arm64
type: go_install
path: github.com/josephburnett/jd
- goos: darwin
goarch: amd64
type: go_install
path: github.com/josephburnett/jd
- goos: windows
goarch: amd64
type: go_install
path: github.com/josephburnett/jd
26 changes: 21 additions & 5 deletions registry.yaml

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

0 comments on commit 9a797cb

Please sign in to comment.