From be81eee0995f995bb7aa197c4978c85d7ab8bc73 Mon Sep 17 00:00:00 2001 From: Charlie Marsh Date: Wed, 22 May 2024 19:53:28 -0400 Subject: [PATCH] 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. --- Cargo.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 976cb8db3..1accfb074 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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",