From what i checked on previous comments and the code it seems that is enabled but i don't see any official documentation.
Thanks
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.
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 --helpUse
--armv7lto build for ARM.
Do I have to run build-task on ARM machine if I want a package for ARM-linux?
Most helpful comment
Please see
./node_modules/.bin/build --helpUse
--armv7lto build for ARM.