Fixes #511, add support for new supervisor image for x86 with quark cpu

boards.

Change-Type: minor
Signed-off-by: Trong Nghia Nguyen <nghiant2710@gmail.com>
This commit is contained in:
Trong Nghia Nguyen
2017-10-25 00:50:32 +07:00
committed by Pablo Carranza Velez
parent 89607fa2bc
commit 01c39f33b5
6 changed files with 23 additions and 1 deletions

View File

@ -32,7 +32,7 @@ if (_.isEmpty(tag)) {
process.exit(1);
}
const supportedArchitectures = [ 'amd64', 'rpi', 'aarch64', 'armel', 'i386', 'armv7hf' ];
const supportedArchitectures = [ 'amd64', 'rpi', 'aarch64', 'armel', 'i386', 'armv7hf', 'i386-nlp' ];
if (!_.isEmpty(arch) && !_.includes(supportedArchitectures, arch)) {
console.error('Invalid architecture ' + arch);
process.exit(1);