-
-
Notifications
You must be signed in to change notification settings - Fork 6.3k
/
Copy pathsecondary-download-matrix.hbs
31 lines (28 loc) · 1.12 KB
/
secondary-download-matrix.hbs
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
<section>
<h2>{{additional.headline}}</h2>
<table class="download-matrix full-width">
<tbody>
<tr>
<th>{{additional.SmartOSBinaries}}</th>
<td colspan="6"><a href="https://nodejs.org/dist/{{version.node}}/node-{{version.node}}-sunos-x64.tar.xz">64-bit</a></td>
</tr>
<tr>
<th>{{additional.DockerImage}}</th>
<td colspan="6"><a href="https://hub.docker.com/_/node/">{{additional.officialDockerImage}}</a></td>
</tr>
<tr>
<th>{{additional.LinuxPowerSystems}}</th>
<td colspan="6"><a href="https://nodejs.org/dist/{{version.node}}/node-{{version.node}}-linux-ppc64le.tar.xz">64-bit</a></td>
</tr>
<tr>
<th>{{additional.LinuxSystemZ}}</th>
<td colspan="6"><a href="https://nodejs.org/dist/{{version.node}}/node-{{version.node}}-linux-s390x.tar.xz">64-bit</a></td>
</tr>
<tr>
<th>{{additional.AIXPowerSystems}}</th>
<td colspan="6"><a href="https://nodejs.org/dist/{{version.node}}/node-{{version.node}}-aix-ppc64.tar.gz">64-bit</a></td>
</tr>
</tbody>
</table>
{{> download-list }}
</section>