Skip to content

Commit 82ccfea

Browse files
committed
Remove Linux 32bit download link for current release
32bit support has been dropped in 10.x Ref: nodejs/build#885
1 parent 456c9cd commit 82ccfea

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

layouts/partials/primary-download-matrix.hbs

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -64,19 +64,10 @@
6464
<th>{{downloads.MacOSBinary}} (.tar.gz)</th>
6565
<td colspan="6"><a href="https://nodejs.org/dist/{{version.node}}/node-{{version.node}}-darwin-x64.tar.gz">64-bit</a></td>
6666
</tr>
67-
{{#if versionTypeCurrent }}
6867
<tr>
6968
<th>{{downloads.LinuxBinaries}} (x64)</th>
7069
<td colspan="6"><a href="https://nodejs.org/dist/{{version.node}}/node-{{version.node}}-linux-x64.tar.xz">64-bit</a></td>
7170
</tr>
72-
{{else}}
73-
<tr>
74-
<th>{{downloads.LinuxBinaries}} (x86/x64)</th>
75-
<td colspan="3"><a href="https://nodejs.org/dist/{{version.node}}/node-{{version.node}}-linux-x86.tar.xz">32-bit</a></td>
76-
<td colspan="3"><a href="https://nodejs.org/dist/{{version.node}}/node-{{version.node}}-linux-x64.tar.xz">64-bit</a></td>
77-
</tr>
78-
{{/if}}
79-
8071
<tr>
8172
<th>{{downloads.LinuxBinaries}} (ARM)</th>
8273
<td colspan="2"><a href="https://nodejs.org/dist/{{version.node}}/node-{{version.node}}-linux-armv6l.tar.xz">ARMv6</a></td>

0 commit comments

Comments
 (0)