feat: add zigbuilg
This commit is contained in:
5
justfile
5
justfile
@@ -10,5 +10,8 @@ lint:
|
|||||||
build:
|
build:
|
||||||
cargo build --release
|
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
|
cargo build --release --target=x86_64-unknown-linux-musl --no-default-features
|
||||||
|
|||||||
Reference in New Issue
Block a user