mirror of
https://github.com/webinstall/webi-installers.git
synced 2026-08-19 03:56:16 +00:00
fix(ppc64le): add ppc64le to arch list for POSIX shell projects
This commit is contained in:
@@ -11,6 +11,7 @@ module.exports = function (request) {
|
||||
'armv6l',
|
||||
'armv7l',
|
||||
'ppc64le',
|
||||
'ppc64',
|
||||
's390x',
|
||||
'x86',
|
||||
];
|
||||
|
||||
@@ -11,6 +11,7 @@ module.exports = function (request) {
|
||||
'armv6l',
|
||||
'armv7l',
|
||||
'ppc64le',
|
||||
'ppc64',
|
||||
's390x',
|
||||
'x86',
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user