-
-
Notifications
You must be signed in to change notification settings - Fork 337
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
ARM builds for Linux and Windows #675
Comments
Right now, I believe Arm runners will only be available to paid GitHub customers later this year. Additionally, I think the Qt Group doesn't offer pre-built Qt builds for Arm on any of their supported desktop platforms. For Linux, we could technically (or probably) achieve this using a GitHub Action to set up QEMU and build for And we'd have to use whatever Qt version is provided by the Linux distribution, because as I mentioned above, the Qt Group doesn't seem to offer pre-built builds for Arm, and so they can't be easily downloaded and installed with |
|
The thing is, they don't provide Qt builds at all. That's a tool that simply downloads official Qt builds provided by the Qt Group.
That's surely an option, but I'd wager it won't to be easy to actually implement it... |
Oh, right.
Yeah, maybe we can get the community to help, it surely something many other developers will soon want to use as well. |
https://www.qt.io/blog/qt-for-windows-on-arm-may21-update
Seems like we're going to get official ARM builds soon enough. |
As the ARM chip architecture is getting traction, we should ship binaries in this architecture too.
The text was updated successfully, but these errors were encountered: