I create a Electronjs application for my raspberry pi. My gitlab project use the gitlab ci pipeline and I tried to add the npm package 'onoff'.
Now I wont to crossbuild my electronjs app on a x64 docker.
I tried .\node_modules\.bin\electron-rebuild - - arch=arm but IT doesn't work.
Hello,
I create a Electronjs application for my raspberry pi. My gitlab project use the gitlab ci pipeline and I tried to add the npm package 'onoff'. Now I wont to crossbuild my electronjs app on a x64 docker.
I tried
.\node_modules\.bin\electron-rebuild - - arch=arm
but IT doesn't work.