Nightly Envoy builds for macOS arm64, Linux arm64, and Linux amd64.
Builds run on a Mac mini via envoy-mini-builder. The GitHub Actions workflow SSHes to the mini over Tailscale, runs the Bazel build there, and publishes the binary as a release asset.
Binaries are published to the releases page.
Asset naming:
| Platform | Asset |
|---|---|
| macOS arm64 | envoy-darwin-arm64 |
| Linux arm64 | envoy-linux-arm64 |
| Linux amd64 | envoy-linux-amd64 |