The following documents how to manually produce production-ready binaries for all supported targets.
When leveraging this guide to manually build for MacOS, the produced binary will not be signed by an Apple Developer ID. See MacOS binary signing to understand the implications of this.
cargo build \
--release \
--target x86_64-apple-darwin
TODO: This is time consuming due to lack of support in Cross for OpenSSL.
Per Source automation, push a tag.