Commit browse files
Message
Changed Files (1)
-
modified abbaye.toml
diff --git a/abbaye.toml b/abbaye.toml index 7c6eb47..700d12c 100644 --- a/abbaye.toml +++ b/abbaye.toml @@ -144,7 +144,7 @@ comment = "Built for x86_64 and aarch64 Linux (musl)." type = "cargo" # Target triples for cross-compilation (optional, default: [] = host target). -targets = ["x86_64-unknown-linux-musl", "aarch64-unknown-linux-musl"] +targets = ["x86_64-unknown-linux-musl"] # Path to Cargo.toml (optional, default: "./Cargo.toml"). # manifest_path = "Cargo.toml"