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

os field on backends in registry #3624

Closed
jdx opened this issue Dec 16, 2024 · 0 comments
Closed

os field on backends in registry #3624

jdx opened this issue Dec 16, 2024 · 0 comments

Comments

@jdx
Copy link
Owner

jdx commented Dec 16, 2024

instead of this:

bat.backends = ["ubi:sharkdp/bat", "asdf:https://gitlab.com/wt0f/asdf-bat"]
bat.os = ["linux"]

do this

bat.backends = [{backend = "ubi:sharkdp/bat", os = ["linux"]}, "asdf:https://gitlab.com/wt0f/asdf-bat"]
jdx added a commit that referenced this issue Dec 17, 2024
jdx added a commit that referenced this issue Dec 17, 2024
jdx added a commit that referenced this issue Dec 17, 2024
@jdx jdx closed this as completed in 4938b0b Dec 17, 2024
miguelmig pushed a commit to miguelmig/mise that referenced this issue Dec 21, 2024
* chore: format toml with taplo

* chore: add platform field to registry backends

Fixes jdx#3624
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant