0
This commit is contained in:
1
justfile
1
justfile
@@ -17,6 +17,7 @@ build:
|
||||
build-no-features:
|
||||
cargo build --release --no-default-features
|
||||
|
||||
alias xbuild:=build-linux-musl-with-zig
|
||||
# Build linux musl release without features via zig
|
||||
build-linux-musl-with-zig:
|
||||
cargo zigbuild --release --target x86_64-unknown-linux-musl --no-default-features
|
||||
|
||||
Reference in New Issue
Block a user