File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -37,6 +37,7 @@ OS / architecture / packaging specifiers used in the listings include:
37
37
* ** linux-armv6l** : normally .tar.gz and .tar.xz
38
38
* ** linux-armv7l** : normally .tar.gz and .tar.xz
39
39
* ** linux-ppc64le** : normally .tar.gz and .tar.xz
40
+ * ** linux-s390x** : normally .tar.gz and .tar.xz
40
41
* ** linux-x64** : normally .tar.gz and .tar.xz
41
42
* ** linux-x86** : normally .tar.gz and .tar.xz
42
43
* ** osx-x64-pkg** : OSX .pkg installer (64-bit only since io.js v1)
Original file line number Diff line number Diff line change @@ -11,6 +11,7 @@ const assert = require('assert')
11
11
, 'linux-x64' : 'linux-x64'
12
12
, 'linux-x86' : 'linux-x86'
13
13
, 'linux-ppc64le' : 'linux-ppc64le'
14
+ , 'linux-s390x' : 'linux-s390x'
14
15
, 'smartos-x64' : 'smartos-x64'
15
16
, 'smartos-x86' : 'smartos-x86'
16
17
, 'sunos-x64' : 'sunos-x64'
@@ -148,6 +149,8 @@ if (module === require.main) {
148
149
, { file : 'node-v8.1.4-win-x64.zip' , type : 'win-x64-zip' }
149
150
, { file : 'node-v8.1.4-win-x86.7z' , type : 'win-x86-7z' }
150
151
, { file : 'node-v8.1.4-win-x86.zip' , type : 'win-x86-zip' }
152
+ , { file : 'node-v10.9.0-linux-s390x.tar.gz' , type : 'linux-s390x' }
153
+ , { file : 'node-v10.9.0-linux-s390x.tar.xz' }
151
154
]
152
155
153
156
tests . forEach ( function ( test ) {
You can’t perform that action at this time.
0 commit comments