From 26daa10c23e42ca23f956df196c61ae6045f19bb Mon Sep 17 00:00:00 2001 From: Hatter Jiang Date: Sun, 12 Jan 2025 14:10:02 +0800 Subject: [PATCH] feat: add zigbuilg --- justfile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/justfile b/justfile index daf3559..8bd01a8 100644 --- a/justfile +++ b/justfile @@ -10,5 +10,8 @@ lint: build: cargo build --release -build-linux-musl-server: +build-linux-musl-with-zig: + cargo zigbuild --release --target x86_64-unknown-linux-musl --no-default-features + +build-linux-musl: cargo build --release --target=x86_64-unknown-linux-musl --no-default-features