samuelmeuli / action-electron-builder

:electron: GitHub Action for building and releasing Electron apps

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Build for Arm ?

SNRSE opened this issue · comments

Is it possible to Build for Arm devices like the Pi with this action ?

This would also be nice to support devices like the Pinephone

Hypothetically you should be able to use this action to build for arm by specifying the --arm64 flag when you run the electron-builder command.