[+] Rust builder?

This commit is contained in:
Azalea 2024-12-22 01:09:44 -05:00
parent a0db219ba3
commit cafa3ff752
4 changed files with 37 additions and 2 deletions

View file

@ -0,0 +1,8 @@
#!/usr/bin/env bash
# Build for platforms
cargo build --release --target x86_64-unknown-linux-gnu
cargo build --release --target aarch64-unknown-linux-gnu
cargo build --release --target armv7-unknown-linux-gnueabihf
cargo build --release --target x86_64-unknown-linux-musl
cargo build --release --target x86_64-pc-windows-gnu