Skip to content

Commit 0b360f6

Browse files
authored
feat: add x64-debug (#26)
1 parent acd0414 commit 0b360f6

2 files changed

Lines changed: 4 additions & 0 deletions

File tree

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ OS / architecture / packaging specifiers used in the listings include:
4141
* **linux-riscv64**: normally .tar.gz and .tar.xz
4242
* **linux-s390x**: normally .tar.gz and .tar.xz
4343
* **linux-x64**: normally .tar.gz and .tar.xz
44+
* **linux-x64-debug**: normally .tar.gz and .tar.xz
4445
* **linux-x64-glibc-217**: normally .tar.gz and .tar.xz
4546
* **linux-x86**: normally .tar.gz and .tar.xz
4647
* **osx-arm64-tar**: normally .tar.gz and .tar.xz

transform-filename.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ const types = {
4141
'linux-x64-musl': 'linux-x64-musl',
4242
'linux-x64-pointer-compression': 'linux-x64-pointer-compression',
4343
'linux-x64-usdt': 'linux-x64-usdt',
44+
'linux-x64-debug': 'linux-x64-debug',
4445
'win-arm64.7z': 'win-arm64-7z',
4546
'win-arm64.zip': 'win-arm64-zip'
4647
}
@@ -170,6 +171,8 @@ if (module === require.main) {
170171
{ file: 'node-v14.13.0-linux-x64-pointer-compression.tar.xz' },
171172
{ file: 'node-v14.13.0-linux-x64-usdt.tar.gz', type: 'linux-x64-usdt' },
172173
{ file: 'node-v14.13.0-linux-x64-usdt.tar.xz' },
174+
{ file: 'node-v14.13.0-linux-x64-debug.tar.gz', type: 'linux-x64-debug' },
175+
{ file: 'node-v14.13.0-linux-x64-debug.tar.xz' },
173176
{ file: 'node-v14.13.0-win-arm64.zip', type: 'win-arm64-zip' },
174177
{ file: 'node-v14.13.0-win-arm64.7z', type: 'win-arm64-7z' }
175178
]

0 commit comments

Comments
 (0)