From 9a8e8f44e10e9d4d062459c19205418a3ef7fc16 Mon Sep 17 00:00:00 2001 From: Vaibhav Sood Date: Wed, 29 Jun 2016 13:34:42 +0530 Subject: [PATCH] Get correct node version to make Kibana work on ppc64le, otherwise builds and all test suites pass on ppc64le --- tasks/config/platforms.js | 1 + 1 file changed, 1 insertion(+) 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';