An open API service indexing awesome lists of open source software.

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)

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` |