Skip to content

Commit cf44b19

Browse files
mhdawsonlpinca
authored andcommitted
doc: remove ppc BE from download matrix (#1441)
We removed Linux PPC **BE** from the supported list for Node.js version 8.x. Remove from the download matrix now that both LTS and current are >= 8.x. Linux PPC le is still supported and remains in the matrix.
1 parent 6a190d8 commit cf44b19

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

layouts/partials/secondary-download-matrix.hbs

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,7 @@
1515

1616
<tr>
1717
<th>Linux on Power Systems</th>
18-
<td colspan="3">
19-
<a href="https://nodejs.org/dist/{{version.node}}/node-{{version.node}}-linux-ppc64le.tar.xz">64-bit le</a>
20-
</td>
21-
<td colspan="3">
22-
<a href="https://nodejs.org/dist/{{version.node}}/node-{{version.node}}-linux-ppc64.tar.xz">64-bit be</a>
23-
</td>
18+
<td colspan="6"><a href="https://nodejs.org/dist/{{version.node}}/node-{{version.node}}-linux-ppc64le.tar.xz">64-bit le</a></td>
2419
</tr>
2520

2621
<tr>

0 commit comments

Comments
 (0)