Back to Moon

proto v0.25 - Linux arm64 gnu and musl support

website/blog/2023-12-11_proto-v0.25.mdx

2.2.4928 B
Original Source

This is a very small release that primarily adds support for Linux arm64 targets.

<!--truncate-->

Thanks to cargo-dist, we can now build and distribute arm64 binaries with relative ease. When building the binary, libraries are statically linked to ensure that the binary can run on any Linux distribution.

You can download the binary from the official GitHub release or by running the Bash installation script.

Other changes

View the official release for a full list of changes.

  • Added a proto debug config command, to debug all loaded configs and the final merged config.
  • Added a PROTO_BYPASS_VERSION_CHECK environment variable, to bypass loading and checking of versions.