Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 599 Bytes

build-and-deploy.md

File metadata and controls

23 lines (14 loc) · 599 Bytes

Build

The following documents how to manually produce production-ready binaries for all supported targets.

MacOS

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.

Native compilation

cargo build \
  --release \
  --target x86_64-apple-darwin

Cross compilation

TODO: This is time consuming due to lack of support in Cross for OpenSSL.

Deploy

Per Source automation, push a tag.