https://github.com/dio/envoy-builder
On-demand Envoy binary builds via GitHub Actions (workflow_dispatch)
https://github.com/dio/envoy-builder
Last synced: 20 days ago
JSON representation
On-demand Envoy binary builds via GitHub Actions (workflow_dispatch)
- Host: GitHub
- URL: https://github.com/dio/envoy-builder
- Owner: dio
- Created: 2026-05-19T23:25:08.000Z (about 1 month ago)
- Default Branch: main
- Last Pushed: 2026-05-23T17:13:08.000Z (about 1 month ago)
- Last Synced: 2026-05-23T18:24:31.847Z (about 1 month ago)
- Size: 23.4 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# envoy-builder
Nightly Envoy builds for macOS arm64, Linux arm64, and Linux amd64.
Builds run on a Mac mini via [envoy-mini-builder](https://github.com/dio/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.
## Releases
Binaries are published to the [releases page](https://github.com/dio/envoy-builder/releases).
Asset naming:
| Platform | Asset |
|----------|-------|
| macOS arm64 | `envoy-darwin-arm64` |
| Linux arm64 | `envoy-linux-arm64` |
| Linux amd64 | `envoy-linux-amd64` |