Skip to content

Commit d10a601

Browse files
authored
Add types for unofficial-builds (#19)
* add two types for unofficial-builds * Update README.md * add linux-x64-glibc-217
1 parent da5b157 commit d10a601

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

Diff for: README.md

+3
Original file line numberDiff line numberDiff 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)

Diff for: transform-filename.js

+3
Original file line numberDiff line numberDiff 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',

0 commit comments

Comments
 (0)