@cryptotaxi247 / netdata-1 / commits / 9a2a05b16

docs: Add Ubuntu AArch64 that is missing from the list (#17538)

Daniel Gibbs committed May 3, 2024 at 11:58 UTC 9a2a05b165c6ef9c5655b0cc0f94819e63df6cf5
1 file changed +5 -5
docs/netdata-agent/versions-and-platforms.md
+5 -5
@@ -1,6 +1,6 @@
1 # Netdata Agent Versions & Platforms
2
3 -Netdata is evolving rapidly and new features are added at a constant pace. Therefore we have frequent release cadence to deliver all these features to use as soon as possible.
3 +Netdata is evolving rapidly and new features are added at a constant pace. Therefore we have a frequent release cadence to deliver all these features to use as soon as possible.
4
5 Netdata Agents are available in 2 versions:
6
@@ -28,11 +28,11 @@ Binary distribution packages are provided by Netdata, via CI integration, for th
28 | Oracle Linux | 8.x, 9.x | `x86_64`, `AArch64` | RPM |
29 | Redhat Enterprise Linux | 7.x | `x86_64` | RPM |
30 | Redhat Enterprise Linux | 8.x, 9.x | `x86_64`, `AArch64` | RPM |
31 -| Ubuntu | 20.04, 22.04, 23.10 | `x86_64`, `i386`, `ARMv7` | DEB |
31 +| Ubuntu | 20.04, 22.04, 23.10 | `x86_64`, `i386`, `ARMv7`, `AArch64` | DEB |
32
33 -> IMPORTANT: Linux distributions frequently provide binary packages of Netdata. However, the packages you will find at the distributions' repositories may be outdated, incomplete, missing significant features or completely broken. We recommend to use the packages we provide.
33 +> IMPORTANT: Linux distributions frequently provide binary packages of Netdata. However, the packages you will find in the distributions' repositories may be outdated, incomplete, missing significant features or completely broken. We recommend using the packages we provide.
34
35 -## Third party Supported Binary Packages
35 +## Third-party Supported Binary Packages
36
37 The following distributions always provide the latest stable version of Netdata:
38
@@ -67,4 +67,4 @@ Static builds usually miss certain features that require operating-system suppor
67 - systemd-journal features
68 - eBPF related features
69
70 -When platforms are removed from the [Binary Distribution Packages](https://github.com/netdata/netdata/blob/master/packaging/makeself/README.md) list, they default to install or update Netdata to a static build. This may mean that after platforms become EOL, Netdata on them may lose some of its features. We recommend to upgrade the operating system before it becomes EOL, to continue using all the features of Netdata.
70 +When platforms are removed from the [Binary Distribution Packages](https://github.com/netdata/netdata/blob/master/packaging/makeself/README.md) list, they default to install or update Netdata to a static build. This may mean that after platforms become EOL, Netdata on them may lose some of its features. We recommend upgrading the operating system before it becomes EOL, to continue using all the features of Netdata.