Skip to content

Commit

Permalink
fix: re-add darwin amd64 support for jj (#29864)
Browse files Browse the repository at this point in the history
* fix: re-add darwin amd64 support for jj

* fix(martinvonz/jj): cmdx gr

* refactor(martinvonz/jj): remove supported_envs

---------

Co-authored-by: Shunsuke Suzuki <[email protected]>
  • Loading branch information
phyrog and suzuki-shunsuke authored Dec 12, 2024
1 parent 791cce1 commit 3af6ace
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 2 deletions.
15 changes: 14 additions & 1 deletion pkgs/martinvonz/jj/registry.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ packages:
overrides:
- goos: windows
format: zip
- version_constraint: "true"
- version_constraint: semver("<= 0.20.0")
asset: jj-{{.Version}}-{{.Arch}}-{{.OS}}.{{.Format}}
format: tar.gz
windows_arm_emulation: true
Expand All @@ -90,3 +90,16 @@ packages:
- darwin/arm64
- windows
- linux
- version_constraint: "true"
asset: jj-{{.Version}}-{{.Arch}}-{{.OS}}.{{.Format}}
format: tar.gz
windows_arm_emulation: true
replacements:
amd64: x86_64
darwin: apple-darwin
linux: unknown-linux-musl
windows: pc-windows-msvc
arm64: aarch64
overrides:
- goos: windows
format: zip
15 changes: 14 additions & 1 deletion registry.yaml

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

0 comments on commit 3af6ace

Please sign in to comment.