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 looking to compile a binary executable of fpm for arm64 (and hopefully other architectures). Does anyone have experience or advice for trying to compile a ruby project into an executable? or any specific fpm related knowledge that might help for this?
Background
fpm is a dependency for a popular electron app builder tool (desktop apps). They are currently using an old fpm binary and only have an x86 version. I'm looking to provide an aarch64/arm64 version to support electron apps on arm boards out of the box. More: signalapp/Signal-Desktop#6063 (comment)
The text was updated successfully, but these errors were encountered:
I’m glad you got things working and reported your findings!
One suggestion: after ‘git clone’ do a ‘git checkout’ of a release tag to ensure you get a released version of fpm.
I'm looking to compile a binary executable of fpm for arm64 (and hopefully other architectures). Does anyone have experience or advice for trying to compile a ruby project into an executable? or any specific fpm related knowledge that might help for this?
Background
fpm is a dependency for a popular electron app builder tool (desktop apps). They are currently using an old fpm binary and only have an x86 version. I'm looking to provide an aarch64/arm64 version to support electron apps on arm boards out of the box. More: signalapp/Signal-Desktop#6063 (comment)
The text was updated successfully, but these errors were encountered: