From baf0f9fc2e1cc092f5099c9980085490a5f77c02 Mon Sep 17 00:00:00 2001 From: Hatter Jiang Date: Fri, 4 Apr 2025 09:20:38 +0800 Subject: [PATCH] feat: update justfile --- justfile | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/justfile b/justfile index 9115c1a..ff9a674 100644 --- a/justfile +++ b/justfile @@ -1,9 +1,6 @@ _: @just --list -build-x64: - cross build --target x86_64-unknown-linux-musl --release - -build-linux-musl-with-zig: +build-linux-x64-musl: cargo zigbuild --release --target x86_64-unknown-linux-musl