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(atuinsh/atuin): use musl builds instead of gnu when available #18523

Merged
merged 9 commits into from
Dec 25, 2023
2 changes: 2 additions & 0 deletions pkgs/atuinsh/atuin/pkg.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
packages:
- name: atuinsh/atuin@v17.1.0
- name: atuinsh/atuin
version: v13.0.1
- name: atuinsh/atuin
version: v0.6.4
- name: atuinsh/atuin
Expand Down
9 changes: 7 additions & 2 deletions pkgs/atuinsh/atuin/registry.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,16 +10,21 @@ packages:
replacements:
amd64: x86_64
darwin: apple-darwin
linux: unknown-linux-gnu
linux: unknown-linux-musl
files:
- name: atuin
src: atuin-{{.Version}}-{{.Arch}}-{{.OS}}/atuin
supported_envs:
- linux/amd64
- darwin
rosetta2: true
version_constraint: semver(">= 0.6.4")
version_constraint: semver(">= 14.0.0")
version_overrides:
- version_constraint: semver("< 14.0.0")
replacements:
amd64: x86_64
darwin: apple-darwin
linux: unknown-linux-gnu
- version_constraint: semver("< 0.6.4")
suzuki-shunsuke marked this conversation as resolved.
Show resolved Hide resolved
overrides:
- goos: linux
Expand Down