Electron-builder: It is ARM supported?

Created on 17 Oct 2016  路  5Comments  路  Source: electron-userland/electron-builder

From what i checked on previous comments and the code it seems that is enabled but i don't see any official documentation.
Thanks

readme improvement

Most helpful comment

Please see ./node_modules/.bin/build --help

Use --armv7l to build for ARM.

All 5 comments

Please see ./node_modules/.bin/build --help

Use --armv7l to build for ARM.

Please see #778

I am triting to use:
./node_modules/.bin/build --platform=linux --arch=armv7l -d
and i get:
Skip app dependencies rebuild because platform is different
Error: Unsupported arch armv7l; must be one of: ia32, x64
at Function.pack (/Users/Claudio/Code/app/node_modules/electron-packager-tf/index.js:169:52)
at LinuxPackager. (/Users/Claudio/Code/app/node_modules/electron-builder/src/platformPackager.ts:180:15)

I run
./node_modules/.bin/build --platform=linux --armv7l

and i get

/Users/Claudio/Code/app/node_modules/command-line-args/lib/argv.js:81
const err = new Error(message)
^
UNKNOWN_OPTION: Unknown option: --armv7l

Best regards
Claudio

Sorry guys, i just checked and i was using a very old version of electron builder

Please see ./node_modules/.bin/build --help

Use --armv7l to build for ARM.

Do I have to run build-task on ARM machine if I want a package for ARM-linux?

Was this page helpful?
0 / 5 - 0 ratings