fix(ppc64le): add ppc64le to arch list for POSIX shell projects

This commit is contained in:
AJ ONeal
2023-10-11 22:06:03 +00:00
parent 489c27ea01
commit b882a30659
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -11,6 +11,7 @@ module.exports = function (request) {
'armv6l',
'armv7l',
'ppc64le',
'ppc64',
's390x',
'x86',
];
+1
View File
@@ -11,6 +11,7 @@ module.exports = function (request) {
'armv6l',
'armv7l',
'ppc64le',
'ppc64',
's390x',
'x86',
];