summaryrefslogtreecommitdiffstats
path: root/integrations/templates/platform_info.md
blob: 7fc0dc790e888905df7fef861a42947573ba9d9d (plain)
1
2
3
4
5
6
7
8
9
10
11
[% if entries %]
We build native packages for the following releases:

| Version | Support Tier | Native Package Architectures | Notes |
|:-------:|:------------:|:----------------------------:|:----- |
[% for e in entries %]
| [[ 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`.