@@ -0,0 +1,10 @@
_:
@just --list
# cross build x86-64 musl debug
cross-build-x64-debug:
cross build --target x86_64-unknown-linux-musl
# cross build x86-64 musl release
cross-build-x64:
cross build --target x86_64-unknown-linux-musl --release
The note is not visible to the blocked user.