From 566ef479f433e474b06b420c072a90d48bd3cc27 Mon Sep 17 00:00:00 2001 From: Denux Date: Fri, 1 Dec 2023 09:03:19 +0100 Subject: [PATCH] removed musl build and added bash installer --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 15f8ae5..aeefd4d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -43,8 +43,8 @@ cargo-dist-version = "0.5.0" # CI backends to support ci = ["github"] # The installers to generate for each app -installers = [] +installers = ["shell"] # Target platforms to build apps for (Rust target-triple syntax) -targets = ["x86_64-unknown-linux-gnu", "x86_64-unknown-linux-musl", "aarch64-apple-darwin", "x86_64-apple-darwin", "x86_64-pc-windows-msvc"] +targets = ["x86_64-unknown-linux-gnu", "aarch64-apple-darwin", "x86_64-apple-darwin", "x86_64-pc-windows-msvc"] # Publish jobs to run in CI pr-run-mode = "plan"