-
Notifications
You must be signed in to change notification settings - Fork 434
Add arm64 build #636
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
Add arm64 build #636
Conversation
Is there a pressing need for this change? |
Yes. I and other people require support for other archs ( according this #351 ). So I added arm64 support. |
Ah, I had missed the point originally. |
Done, I'm not sure about 1 line: |
BTW this PR will close issue #622 |
I think |
Looks like linuxdeployqt-continuous-aarch64.AppImage was built, very cool. Now it must only work as well ;-) |
@probonopd I restored |
Thank you very much @q4a |
@probonopd Hi. Would you like to do some testing yourself or is there something else blocking this PR? |
Thank you very much @q4a |
I'm not sure why are you using
container: ubuntu:xenial
(trusty will reach End of Life in April 2026).Since you are using Qt 5.9 and it's not aviable via ppa for xenial for arm64: I decided to add arm64 build using
container: ubuntu:bionic
while keepingcontainer: ubuntu:xenial
for amd64 version.If you have any comments, please write and ping me.