Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions justfile
Original file line number Diff line number Diff line change
Expand Up @@ -269,6 +269,9 @@ alias c := cross
just binary_no_libgit eza arm-unknown-linux-gnueabihf
# just binary_static eza arm-unknown-linux-gnueabihf

### riscv64
just binary eza riscv64gc-unknown-linux-gnu

## MacOS
# TODO: just binary eza x86_64-apple-darwin

Expand Down
Loading