diff --git a/tasks/config/platforms.js b/tasks/config/platforms.js index aff25a263b026..84c349cf83ef2 100644 --- a/tasks/config/platforms.js +++ b/tasks/config/platforms.js @@ -10,6 +10,7 @@ module.exports = function (grunt) { 'darwin-x64', 'linux-x64', 'linux-x86', + 'linux-ppc64le', 'windows' ].map(function (name) { let win = name === 'windows';