# Build release binaries for GitHub. Use the cross tool which uses Docker/Podman images
#
# cargo install -f cross
release:
cross build --release --target x86_64-pc-windows-gnu
cross build --release --target aarch64-apple-darwin
cross build --release --target x86_64-apple-darwin
cargo build --release --target x86_64-unknown-linux-musl