-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Electron builder fails to get the proper version of fpm ; it downloads the version for x86,but it needs the arm64 version #1801
Comments
I don't know much about electron builder. This error seems to be because the build process is downloading the wrong fpm package. It isn't using any release package of fpm that I control, so I don't think I can resolve this for you. A quick search finds this issue asking for Arm packages containing fpm in electron-buidler: electron-userland/electron-builder-binaries#17 I think you might be best trying the elctron-builder-binaries project issue tracker. |
I manage to build my Electron App for a Raspberry PI 4 Arm64.
"linux": {
|
If someone wants to make fpm in |
Hello.
I would like to install ferdi inside docker on my jetson nano (arm64).
Below u can see the dockerfile that I have written with the help of @https://github.com/vraravam.
Unfortunately there is an error that I'm not able to fix.
First of all which versions of the tools I have used :
This is the dockerfile :
This is what happens when I launch the build command :
Since I'm on arm64,it fails later when executed :
I tried to look for this file on the disk and I found it here :
this informations is partially useful for me. What I need to know is the exact name of the file where it downloads the fpm-1.9.3-2.3.1-linux-x86 package,because I want to remove the wrong link and instead,I want to add the link of the working version of fpm,for arch64. Someone else found already this error and they tried to fix it as best they could. I see that no one of the electron builder team fix it definitely.
This error seems to be like these ones :
electron-userland/electron-builder#3901
and this one :
https://stackoverflow.com/questions/64269973/electron-build-on-linux-fails-to-create-an-rpm-package-periodically
Im not expert,but I can understand what's the problem,but what I don't know is how to fix it.
we are working on the project here :
getferdi/sponsors-only#404
The text was updated successfully, but these errors were encountered: