File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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 ]
You can’t perform that action at this time.
0 commit comments