diff --git a/docs/product/relay/operating-guidelines.mdx b/docs/product/relay/operating-guidelines.mdx index 02e6fbf793d04..471c48e496fe5 100644 --- a/docs/product/relay/operating-guidelines.mdx +++ b/docs/product/relay/operating-guidelines.mdx @@ -31,6 +31,24 @@ The following recommendations assume that Relay is run in Docker.

+## 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.