mirror of
https://github.com/astral-sh/uv.git
synced 2025-10-01 14:31:12 +00:00
Remove aarch64-unknown-linux-gnu
from list of expected binaries (#3761)
## Summary We now only ship the static `aarch64-unknown-linux-musl` binary here. Closes #3760.
This commit is contained in:
parent
79fecdf251
commit
be81eee099
1 changed files with 0 additions and 1 deletions
|
@ -215,7 +215,6 @@ unix-archive = ".tar.gz"
|
|||
# Target platforms to build apps for (Rust target-triple syntax)
|
||||
targets = [
|
||||
"aarch64-apple-darwin",
|
||||
"aarch64-unknown-linux-gnu",
|
||||
"aarch64-unknown-linux-musl",
|
||||
"arm-unknown-linux-musleabihf",
|
||||
"armv7-unknown-linux-gnueabihf",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue