diff --git a/automation/build-bin.ts b/automation/build-bin.ts index 43348c69..fef58004 100644 --- a/automation/build-bin.ts +++ b/automation/build-bin.ts @@ -39,7 +39,7 @@ export async function buildPkg() { await execPkg([ '--target', - 'host', + 'node10', '--output', 'build-bin/balena', 'package.json',