mirror of
https://github.com/astral-sh/uv
synced 2026-01-21 05:20:09 -05:00
This PR re-adds the `aarch64-unknown-linux-gnu` binary, which will also add the `manylinux_2_28` wheel for `aarch64` (in addition to the now dual-tagged `musllinux_1_1` and `manylinux_2_217` wheel for `aarch64`). We can consider dropping that _wheel_, but in my assessment removing a release asset should now be treated as a breaking change -- so removing it in a patch release was incorrect. Closes https://github.com/astral-sh/uv/issues/4122.