diff --git a/Justfile b/Justfile index 3550455e..4cd1ca82 100644 --- a/Justfile +++ b/Justfile @@ -164,9 +164,9 @@ alias c := cross ## Linux ### x86 just binary eza x86_64-unknown-linux-gnu - just binary_static eza x86_64-unknown-linux-gnu + # just binary_static eza x86_64-unknown-linux-gnu just binary eza x86_64-unknown-linux-musl - just binary_static eza x86_64-unknown-linux-musl + # just binary_static eza x86_64-unknown-linux-musl ### aarch just binary eza aarch64-unknown-linux-gnu @@ -174,7 +174,7 @@ alias c := cross ### arm just binary eza arm-unknown-linux-gnueabihf - just binary_static eza arm-unknown-linux-gnueabihf + # just binary_static eza arm-unknown-linux-gnueabihf ## MacOS # TODO: just binary eza x86_64-apple-darwin @@ -182,7 +182,7 @@ alias c := cross ## Windows ### x86 just binary eza.exe x86_64-pc-windows-gnu - just binary_static eza.exe x86_64-pc-windows-gnu + # just binary_static eza.exe x86_64-pc-windows-gnu # TODO: just binary eza.exe x86_64-pc-windows-gnullvm # TODO: just binary eza.exe x86_64-pc-windows-msvc