Skip to content
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

Update Client supported platforms #4201

Merged
merged 2 commits into from
Nov 28, 2023
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
10 changes: 5 additions & 5 deletions content/platforms.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,15 +95,16 @@ The following table lists the commercially-supported platforms and versions for
| AIX | `powerpc` | `7.1` (TL5 SP2 or higher, recommended), `7.2` |
| Amazon Linux | `x86_64`, `aarch64` | `2.x` |
| CentOS | `x86_64`, `ppc64le` (7.x only), `ppc64` (7.x only), `aarch64` (7.x / 8.x only) | `6.x`, `7.x`, `8.x` |
| Debian | `x86_64`, `aarch64` (10.x/11.x only) | `9`, `10`, `11` |
| FreeBSD | `amd64` | `11.x`, `12.x` |
| Debian | `x86_64`, `aarch64` (10.x/11.x only) | `10`, `11` |
| FreeBSD | `amd64` | `12.x` |
| macOS | `x86_64`, `aarch64` (M1 processors) | `10.15`, `11.x`, `12.x` |
| Oracle Enterprise Linux | `x86_64`, `aarch64` (7.x / 8.x only) | `6.x`, `7.x`, `8.x` |
| Red Hat Enterprise Linux | `x86_64`, `ppc64le` (7.x only), `ppc64` (7.x only), `aarch64` (7.x / 8.x / 9.x only), `s390x` | `6.x`, `7.x`, `8.x`, `9.x` |
| Solaris | `sparc`, `i86pc` | `11.3 (16.17.4 and later only)`, `11.4` |
| Rocky Linux | `x86_64`, `aarch64` | `8.x`, `9.x` |
| Solaris | `sparc`, `i86pc` | `11.3` (16.17.4 and later only), `11.4` |
| SUSE Linux Enterprise Server | `x86_64`, `aarch64` (15.x only), `s390x` | `12`, `15` |
| Ubuntu (LTS releases) | `x86_64`,`aarch64` | `16.04`, `18.04`, `20.04` |
| Windows | `x86`, `x64` | `8.1`, `2012`, `2012 R2`, `2016`, `10 (all channels except "insider" builds)`, `2019 (Long-term servicing channel (LTSC), both Desktop Experience and Server Core)`, `11`, `2022` |
| Windows | `x86`, `x64` | `8.1`, `2012`, `2012 R2`, `2016`, `10` (all channels except "insider" builds), `2019` (Long-term servicing channel (LTSC), both Desktop Experience and Server Core), `11`, `2022` |

#### Derived platforms

Expand All @@ -114,7 +115,6 @@ See our policy on [support for derived platforms](#support-for-derived-platforms
| Platform | Architecture | Version | Parent platform |
| --- | --- | --- | --- |
| AlmaLinux | `x86_64`, `aarch64` | `8.x` | CentOS |
| Rocky Linux | `x86_64`, `aarch64` | `8.x` | CentOS |

#### Community Support

Expand Down