File tree 2 files changed +6
-0
lines changed
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:
36
36
* ** linux-arm64** : normally .tar.gz and .tar.xz (also known as AArch64 or ARMv8)
37
37
* ** linux-armv6l** : normally .tar.gz and .tar.xz
38
38
* ** linux-armv7l** : normally .tar.gz and .tar.xz
39
+ * ** linux-loong64** : normally .tar.gz and .tar.xz
39
40
* ** linux-ppc64le** : normally .tar.gz and .tar.xz
41
+ * ** linux-riscv64** : normally .tar.gz and .tar.xz
40
42
* ** linux-s390x** : normally .tar.gz and .tar.xz
41
43
* ** linux-x64** : normally .tar.gz and .tar.xz
44
+ * ** linux-x64-glibc-217** : normally .tar.gz and .tar.xz
42
45
* ** linux-x86** : normally .tar.gz and .tar.xz
43
46
* ** osx-arm64-tar** : normally .tar.gz and .tar.xz
44
47
* ** 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 = {
35
35
'x64/node.exe' : 'win-x64-exe' ,
36
36
'x86.msi' : 'win-x86-msi' ,
37
37
// unofficial-builds:
38
+ 'linux-loong64' : 'linux-loong64' ,
39
+ 'linux-riscv64' : 'linux-riscv64' ,
40
+ 'linux-x64-glibc-217' : 'linux-x64-glibc-217' ,
38
41
'linux-x64-musl' : 'linux-x64-musl' ,
39
42
'linux-x64-pointer-compression' : 'linux-x64-pointer-compression' ,
40
43
'linux-x64-usdt' : 'linux-x64-usdt' ,
You can’t perform that action at this time.
0 commit comments