linuxdeployqt icon indicating copy to clipboard operation
linuxdeployqt copied to clipboard

Please provide builds for other archs as well.

Open deepsidhu1313 opened this issue 5 years ago • 6 comments

Please provide linuxdeployqt for other archs such as arm, arm64, i386, ppc64el etc as well. Thanks !!

Reference: https://github.com/sqlitebrowser/sqlitebrowser/issues/1092

deepsidhu1313 avatar Feb 22 '19 10:02 deepsidhu1313

I would support pull requests that implement this using Travis CI.

probonopd avatar Feb 23 '19 15:02 probonopd

I vote for it at least for i386, as AppImageTools is release with 32 and 64 bits appimage ; https://github.com/AppImage/AppImageKit/releases

cgilles avatar Mar 09 '19 21:03 cgilles

PRs welcome but personally I don't have the time to invest into this unfortunately.

probonopd avatar Mar 09 '19 21:03 probonopd

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.

nschimme avatar Jul 14 '20 18:07 nschimme

I think it would be OK to require xenial at this time since trusty is no longer supported by Canonical anyway.

probonopd avatar Jul 30 '20 10:07 probonopd

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.

probonopd avatar Aug 15 '20 14:08 probonopd