probonopd / linuxdeployqt

Makes Linux applications self-contained by copying in the libraries and plugins that the application uses, and optionally generates an AppImage. Can be used for Qt and other applications
Other
2.22k stars 414 forks source link

Provide aarch64 AppImage ? #622

Open abcfy2 opened 3 weeks ago

abcfy2 commented 3 weeks ago

Would you please also provide aarch64 AppImage download in release page: https://github.com/probonopd/linuxdeployqt/releases/tag/continuous

Thanks.

probonopd commented 2 weeks ago

Hello, I don't actively work on linuxdeployqt anymore. My newer tool, https://github.com/probonopd/go-appimage, has an aarch64 build. Maybe it is useful for you?

abcfy2 commented 2 weeks ago

Hi @probonopd . Thank you very much. But currently go-appimage does not support exclude libs features like linuxdeployqt yet: https://github.com/probonopd/go-appimage/issues/291

Thanks.

probonopd commented 2 weeks ago

I think you can just rm unwanted libs after the deploy step.

abcfy2 commented 2 weeks ago

And how to do -extra-plugins in go-appimage ?

probonopd commented 2 weeks ago

I don't think we have this yet, you could try to copy them manually, but possible then their dependencies don't get deployed properly.

abcfy2 commented 2 weeks ago

OK, got it. I will try to gradually migrate to go-appimage. But -exclude-libs and -extra-plugins are very nice features in linuxdeployqt. It would be great if go-appimage can support these features in the future.

Anyway, thank you for your hard work.