Closed wojtek-viirtue closed 2 years ago
Thank you for reporting @wojtek-viirtue .
It's a bug in the electron-builder https://github.com/electron-userland/electron-builder/issues/3901.
There is a workaround by using system's fpm described here: https://github.com/jordansissel/fpm/issues/1801#issuecomment-919877499
Thank you @jweak. I can confirm the the following worked:
export USE_SYSTEM_FPM=true
make build
Describe the bug Unable to build on linux-arm64 because electron builder is pulling the wrong fpm binary (x86).
To Reproduce Steps to reproduce the behavior:
make build
Expected behavior Compiled binary
Environment (please complete the following information):
Logs: When you run the application executable from command line you will see some logging output. Please paste them here: