-
Notifications
You must be signed in to change notification settings - Fork 28
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
setup-uv incompatible with alpine #278
Comments
I assume you are running this inside a container? |
Can you please try with |
Merged
@yhu02 feel free to reopen if your issue is not fixed |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi I'm trying to use this action in an alpine distro but I get the following error when trying to use the command after installing it.
__res_init: symbol not found
I've tried replicating it in my local environment and these are my findings.
Doing curl -LsSf https://astral.sh/uv/install.sh | sh works fine and shows the following
However, replicating the behaviour of the setup-uv action i.e. downloading directly from https://github.com/astral-sh/uv/releases/download/${UV_VERSION}/uv-x86_64-unknown-linux-gnu.tar.gz gives me the following
But, it seems that it is resolving to the wrong binary, i need the other one https://github.com/astral-sh/uv/releases/download/${UV_VERSION}/uv-x86_64-unknown-linux-musl.tar.gz
It seems like it always resolves to the gnu variant
setup-uv/src/utils/platforms.ts
Line 25 in f95cd87
Is it possible to enter an input parameter platform for the action?
The text was updated successfully, but these errors were encountered: