You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to produce some CI so that this application can be deployed to raspberry pi's. In doing this I am using a docker build daemon running on a remote system that is armv7l architecture.
When running the following commands after git cloning the repository, I cannot get through the full process, as it errors out at some point.
Why would you want to build an armv7l though? Cross-compiling works just fine with electron. Anyways here is the issue on the electron-builder repository: electron-userland/electron-builder#4279. The trick probably is adding -armv7l to the npm run:pack script. If that doesn't work please open an issue in the electron-builder repository :)
I'm trying to produce some CI so that this application can be deployed to raspberry pi's. In doing this I am using a docker build daemon running on a remote system that is
armv7l
architecture.When running the following commands after git cloning the repository, I cannot get through the full process, as it errors out at some point.
cd OctoDash && npm install && npm run pack deb
uname -m
on the machine returns armv7l.The text was updated successfully, but these errors were encountered: