mirror of
https://github.com/eza-community/eza.git
synced 2025-12-23 05:36:50 +00:00
build(release): add armhf binary
Signed-off-by: Christina Sørensen <christina@cafkafk.com>
This commit is contained in:
parent
9cb99ca3d8
commit
8b989065ee
1 changed files with 1 additions and 0 deletions
1
Justfile
1
Justfile
|
|
@ -144,6 +144,7 @@ alias itest := integration_tests
|
|||
rustup toolchain install stable
|
||||
cross build --target x86_64-unknown-linux-gnu --release
|
||||
cross build --target aarch64-unknown-linux-gnu --release
|
||||
cross build --target arm-unknown-linux-gnueabihf --release
|
||||
# cross build --target aarch64-apple-darwin --release
|
||||
cross build --target x86_64-pc-windows-gnu --release
|
||||
# cross build --target aarch64-pc-windows-gnullvm --release
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue