1
0
mirror of https://gitea.farpn.net/w1cdn/mwtchahrd.git synced 2025-12-11 06:58:01 -06:00

Set up cross build scripts.

This commit is contained in:
W1CDN
2025-11-30 17:52:14 +00:00
parent 6bbfa66c4f
commit 85521543c6
3 changed files with 17 additions and 0 deletions

7
auto-build.sh Executable file
View File

@@ -0,0 +1,7 @@
echo "Building dev for multiple targets";
cargo build;
cross build --target=aarch64-unknown-linux-gnu;
cross build --target=x86_64-unknown-linux-gnu;
cross build --target=armv7-unknown-linux-gnueabihf;
cross build --target=arm-unknown-linux-gnueabihf;
cross build --target x86_64-pc-windows-gnu