samuelmeuli / action-electron-builder

:electron: GitHub Action for building and releasing Electron apps
MIT License
658 stars 201 forks source link

Build for Arm ? #49

Open SNRSE opened 3 years ago

SNRSE commented 3 years ago

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

RangerMauve commented 3 years ago

This would also be nice to support devices like the Pinephone

RangerMauve commented 3 years ago

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.