linuxdeployqt
linuxdeployqt copied to clipboard
Please provide builds for other archs as well.
Please provide linuxdeployqt for other archs such as arm, arm64, i386, ppc64el etc as well. Thanks !!
Reference: https://github.com/sqlitebrowser/sqlitebrowser/issues/1092
I would support pull requests that implement this using Travis CI.
I vote for it at least for i386, as AppImageTools is release with 32 and 64 bits appimage ; https://github.com/AppImage/AppImageKit/releases
PRs welcome but personally I don't have the time to invest into this unfortunately.
I took a stab at this in https://github.com/probonopd/linuxdeployqt/pull/447 and came to the conclusion that we need to bump the minimum supported Ubuntu distribution to xenial. We don't have a well supported PPA for Qt 5.9.
I think it would be OK to require xenial at this time since trusty is no longer supported by Canonical anyway.
The new tool that will do many of the same jobs as linuxdeployqt (and more) is now available for 32-bit and 64-bit Intel/AMD and ARM architectures: https://github.com/probonopd/go-appimage/releases/tag/continuous. Maybe it will be a suitable alternative for some users.