Update platform_info.md
Costa Tsaousis committed
Aug 21, 2023 at 17:58 UTC
173046882717c5dece04a25ac8b9de97eea98e30
1 file changed
+3
-1
integrations/templates/platform_info.md
+3
-1
@@ -1,5 +1,5 @@
1
[% if entries %]
2
-The following releases of this platform are supported:
2
+We build native packages for the following releases:
3
4
| Version | Support Tier | Native Package Architectures | Notes |
5
|:-------:|:------------:|:----------------------------:|:----- |
@@ -7,3 +7,5 @@ The following releases of this platform are supported:
7
| [[ e.version ]] | [[ e.support ]] | [[ ', '.join(e.arches) ]] | [[ e.notes ]] |
8
[% endfor %]
9
[% endif %]
10
+
11
+On other releases of this distribution, a static binary will be installed in `/opt/netdata`.