File tree Expand file tree Collapse file tree 2 files changed +6
-0
lines changed
Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -36,9 +36,12 @@ OS / architecture / packaging specifiers used in the listings include:
3636* ** linux-arm64** : normally .tar.gz and .tar.xz (also known as AArch64 or ARMv8)
3737* ** linux-armv6l** : normally .tar.gz and .tar.xz
3838* ** linux-armv7l** : normally .tar.gz and .tar.xz
39+ * ** linux-loong64** : normally .tar.gz and .tar.xz
3940* ** linux-ppc64le** : normally .tar.gz and .tar.xz
41+ * ** linux-riscv64** : normally .tar.gz and .tar.xz
4042* ** linux-s390x** : normally .tar.gz and .tar.xz
4143* ** linux-x64** : normally .tar.gz and .tar.xz
44+ * ** linux-x64-glibc-217** : normally .tar.gz and .tar.xz
4245* ** linux-x86** : normally .tar.gz and .tar.xz
4346* ** osx-arm64-tar** : normally .tar.gz and .tar.xz
4447* ** osx-x64-pkg** : OSX .pkg installer (64-bit only since io.js v1)
Original file line number Diff line number Diff line change @@ -35,6 +35,9 @@ const types = {
3535 'x64/node.exe' : 'win-x64-exe' ,
3636 'x86.msi' : 'win-x86-msi' ,
3737 // unofficial-builds:
38+ 'linux-loong64' : 'linux-loong64' ,
39+ 'linux-riscv64' : 'linux-riscv64' ,
40+ 'linux-x64-glibc-217' : 'linux-x64-glibc-217' ,
3841 'linux-x64-musl' : 'linux-x64-musl' ,
3942 'linux-x64-pointer-compression' : 'linux-x64-pointer-compression' ,
4043 'linux-x64-usdt' : 'linux-x64-usdt' ,
You can’t perform that action at this time.
0 commit comments