File tree Expand file tree Collapse file tree 1 file changed +10
-4
lines changed Expand file tree Collapse file tree 1 file changed +10
-4
lines changed Original file line number Diff line number Diff line change 6464 <th >macOS Binaries (.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-
67+ {{ #if versionTypeCurrent }}
6868 <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 >
7271 </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 }}
7379
7480 <tr >
7581 <th >Linux Binaries (ARM)</th >
You can’t perform that action at this time.
0 commit comments