File tree 1 file changed +0
-9
lines changed 1 file changed +0
-9
lines changed Original file line number Diff line number Diff line change 64
64
<th >{{ downloads.MacOSBinary }} (.tar.gz)</th >
65
65
<td colspan =" 6" ><a href =" https://nodejs.org/dist/{{ version.node }} /node-{{ version.node }} -darwin-x64.tar.gz" >64-bit</a ></td >
66
66
</tr >
67
- {{ #if versionTypeCurrent }}
68
67
<tr >
69
68
<th >{{ downloads.LinuxBinaries }} (x64)</th >
70
69
<td colspan =" 6" ><a href =" https://nodejs.org/dist/{{ version.node }} /node-{{ version.node }} -linux-x64.tar.xz" >64-bit</a ></td >
71
70
</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
-
80
71
<tr >
81
72
<th >{{ downloads.LinuxBinaries }} (ARM)</th >
82
73
<td colspan =" 2" ><a href =" https://nodejs.org/dist/{{ version.node }} /node-{{ version.node }} -linux-armv6l.tar.xz" >ARMv6</a ></td >
You can’t perform that action at this time.
0 commit comments