-
Notifications
You must be signed in to change notification settings - Fork 61
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
Please update fpm to fix rpm aarch64 build #49
Comments
I find a workaround:
electron-builder 23.0.4 works well with fpm-1.14.2 to build correct rpms on Fedora 35 Linux aarch64. |
Happy to review a PR! Setting up a dev env should be fairly simple: https://github.com/electron-userland/electron-builder/blob/master/CONTRIBUTING.md#to-setup-a-local-dev-environment |
Probably compiling for arm64/aarch64 will not be enough, also |
The fix for this is to pass different arguments to |
@develar if I can build a binary of a arm64/aarch64 fpm version, will you add it to the releases? |
I believe I have an arm64 executable for fpm https://github.com/jgresham/fpm-arm-binary along with a shell scrip to generate the binary. Compiles |
@jgresham I am not part of any project here and will not work on anything. I leave that to others. But thank you very much for you work and efforts! 👍 |
@codebytere sorry for mention, but I can't get a reply from other devs. Could we get an arm64 fpm binary included in the releases on this repo?
|
The aarch64 rpm built by electron-builder 23.0.4 can not installed on Fedora 35 Linux aarch64. For example,
It seems to be a bug of fpm
jordansissel/fpm#1775
It has been fixed in fpm 1.13.0:
https://fpm.readthedocs.io/en/v1.13.1/changelog.html?highlight=arm64
Please update fpm to the latest version for fixing this issue. Thanks.
The text was updated successfully, but these errors were encountered: