Skip to content

Commit

Permalink
partials: add ppc binaries to download-matrix
Browse files Browse the repository at this point in the history
Both LTS and Stable now have PPC 64le versions. Let's publish that on
the downloads page of nodejs.org
  • Loading branch information
Myles Borins committed Mar 9, 2016
1 parent afb53c0 commit 8e63051
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions layouts/partials/download-matrix.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,11 @@
<td colspan="3"><a href="https://nodejs.org/dist/{{version}}/node-{{version}}-linux-x86.tar.xz">32-bit</a></td>
<td colspan="3"><a href="https://nodejs.org/dist/{{version}}/node-{{version}}-linux-x64.tar.xz">64-bit</a></td>
</tr>

<tr>
<th>Linux PPC Binaries (.tar.xz)</th>
<td colspan="6"><a href="https://nodejs.org/dist/{{version}}/node-{{version}}-linux-ppc64le.tar.xz">64le</a></td>
</tr>

<tr>
<th>SunOS Binaries (.tar.xz)</th>
Expand Down

0 comments on commit 8e63051

Please sign in to comment.