diff options
Diffstat (limited to 'integrations/templates/platform_info.md')
-rw-r--r-- | integrations/templates/platform_info.md | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/integrations/templates/platform_info.md b/integrations/templates/platform_info.md index dfa0b1980..7fc0dc790 100644 --- a/integrations/templates/platform_info.md +++ b/integrations/templates/platform_info.md @@ -1,5 +1,5 @@ [% if entries %] -The following releases of this platform are supported: +We build native packages for the following releases: | Version | Support Tier | Native Package Architectures | Notes | |:-------:|:------------:|:----------------------------:|:----- | @@ -7,3 +7,5 @@ The following releases of this platform are supported: | [[ e.version ]] | [[ e.support ]] | [[ ', '.join(e.arches) ]] | [[ e.notes ]] | [% endfor %] [% endif %] + +On other releases of this distribution, a static binary will be installed in `/opt/netdata`. |