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:
Charlie Marsh 2024-05-22 19:53:28 -04:00 committed by GitHub
parent 79fecdf251
commit be81eee099
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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",