From 27997e092a2c4757ca7d4cc10e86ec6c5f0b1bfa Mon Sep 17 00:00:00 2001 From: DeveloperC Date: Wed, 11 Dec 2024 11:38:59 +0000 Subject: [PATCH] build: creating static MUSL binary (#107) --- .cargo/config.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.cargo/config.toml b/.cargo/config.toml index d748b7e..a8a2305 100644 --- a/.cargo/config.toml +++ b/.cargo/config.toml @@ -7,7 +7,7 @@ # # See: https://github.com/rust-lang/compiler-team/issues/422 # See: https://github.com/rust-lang/compiler-team/issues/422#issuecomment-812135847 -[target.x86_64-unknown-linux-musl] +[target.x86_64-alpine-linux-musl] rustflags = [ "-C", "target-feature=+crt-static", "-C", "link-self-contained=yes",