master
md 11 lines 427 Bytes
Rendered Raw
1 [% if entries %]
2 We build native packages for the following releases:
3
4 | Version | Support Tier | Native Package Architectures | Notes |
5 |:-------:|:------------:|:----------------------------:|:----- |
6 [% for e in entries %]
7 | [[ e.version ]] | [[ e.support ]] | [[ ', '.join(e.arches) ]] | [[ e.notes ]] |
8 [% endfor %]
9
10 On other releases of this distribution, a static binary will be installed in `/opt/netdata`.
11 [% endif %]