arm-binary target

This commit is contained in:
Tony Garnock-Jones 2021-10-08 16:56:35 +02:00
parent 668ac9f680
commit b2c3032e7a
1 changed files with 5 additions and 0 deletions

View File

@ -5,6 +5,11 @@
all:
cargo build --all-targets
arm-binary: arm-binary-release
arm-binary-release:
cross build --target=armv7-unknown-linux-musleabihf --release --all-targets
aarch64-binary: aarch64-binary-release
aarch64-binary-release: