File tree 1 file changed +10
-4
lines changed 1 file changed +10
-4
lines changed Original file line number Diff line number Diff line change 64
64
<th >macOS Binaries (.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
-
67
+ {{ #if versionTypeCurrent }}
68
68
<tr >
69
- <th >Linux Binaries (x86/x64)</th >
70
- <td colspan =" 3" ><a href =" https://nodejs.org/dist/{{ version.node }} /node-{{ version.node }} -linux-x86.tar.xz" >32-bit</a ></td >
71
- <td colspan =" 3" ><a href =" https://nodejs.org/dist/{{ version.node }} /node-{{ version.node }} -linux-x64.tar.xz" >64-bit</a ></td >
69
+ <th >Linux Binaries (x64)</th >
70
+ <td colspan =" 6" ><a href =" https://nodejs.org/dist/{{ version.node }} /node-{{ version.node }} -linux-x64.tar.xz" >64-bit</a ></td >
72
71
</tr >
72
+ {{ else }}
73
+ <tr >
74
+ <th >Linux Binaries (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 }}
73
79
74
80
<tr >
75
81
<th >Linux Binaries (ARM)</th >
You can’t perform that action at this time.
0 commit comments