Просмотр исходного кода

Merge pull request #246 from eza-community/cafk-armhf-binary

build(release): armhf binary
Christina Sørensen 2 лет назад
Родитель
Сommit
ca66ff9a64
1 измененных файлов с 1 добавлено и 0 удалено
  1. 1 0
      Justfile

+ 1 - 0
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