From 4bd6be20d807a04aa65d4b44d794c5eb484802c8 Mon Sep 17 00:00:00 2001 From: ynqa Date: Thu, 25 Jul 2024 23:30:49 +0900 Subject: [PATCH] add musl target --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 63a9164..2b7e4d1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -41,7 +41,7 @@ installers = ["homebrew"] # A GitHub repo to push Homebrew formulas to tap = "ynqa/homebrew-tap" # Target platforms to build apps for (Rust target-triple syntax) -targets = ["aarch64-apple-darwin", "x86_64-apple-darwin", "x86_64-unknown-linux-gnu", "x86_64-pc-windows-msvc"] +targets = ["aarch64-apple-darwin", "x86_64-apple-darwin", "x86_64-unknown-linux-gnu", "x86_64-unknown-linux-musl", "x86_64-pc-windows-msvc"] # Publish jobs to run in CI publish-jobs = ["homebrew"] # Publish jobs to run in CI