You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
uv stopped distributing the aarch64-unknown-linux-gnu binary (see astral-uv/sh #3761), but this plugin has a hardcoded dependency for unknown-linux-gnu if the distro is Linux:
Describe the bug
uv
stopped distributing theaarch64-unknown-linux-gnu
binary (see astral-uv/sh #3761), but this plugin has a hardcoded dependency forunknown-linux-gnu
if the distro is Linux:asdf-uv/bin/download
Line 22 in f339c19
This should instead resolve based on the architecture instead of hardcoding.
Steps to reproduce
Expected behavior
On
aarch64
systems, themusl
binary is used instead.The text was updated successfully, but these errors were encountered: