Skip to content

ref: add minimum required OS version for relay binary #13899

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 4 commits into from
Jun 6, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 18 additions & 0 deletions docs/product/relay/operating-guidelines.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,24 @@ The following recommendations assume that Relay is run in Docker.

</p>

## Relay Binary

Every release of Relay also provides a set of binaries that are built for the Operating Systems listed below.

| Operating System | Version |
|------------------|---------------------------|
| Ubuntu x64 | 20.04 |
| Ubuntu ARM | 22.04 |
| macOS | macOS Sonoma (version 14) |
| Windows | Windows Server 2019 |

We will support Ubuntu binaries 2 years after the official LTS support has ended to allow customers with extended
support to continue using Relay.

Windows and macOS binaries are built using GitHub Runners. We will support the versions for those Operating Systems
as long as GitHub supports them.


## Example Configuration

This example configuration sets up basic logging and metrics settings, as well as changes the default concurrency level.
Expand Down