diff --git a/implementations/rust/Makefile b/implementations/rust/Makefile index ec33673..157badf 100644 --- a/implementations/rust/Makefile +++ b/implementations/rust/Makefile @@ -5,6 +5,11 @@ all: cargo build --all-targets +aarch64-binary: aarch64-binary-release + +aarch64-binary-release: + cross build --target=aarch64-unknown-linux-musl --release --all-targets + test: cargo test