-
Notifications
You must be signed in to change notification settings - Fork 32
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 aarch64 binaries to releases? #120
Comments
That should indeed be possible. We would be happy to review contributions. Here are the steps:
|
The static build of Qt is 4.8.6. Did you want to continue using that version? |
If you already have a Qt build for aarch64 and it 4.8.6, that is a good starting point. What do you think of creating a release called If that sounds good, I will create the release and grant access so that we you can update the release description, upload file and describe how it was generated. |
I'm still trying to wrap my head around all the automated build system stuff. Would this not be the same as the linux docker image, just with a different base image? Edit: what I mean by automated build system understanding: can we add another entry to the circleCI system to also build aarch64, just have a different Qt-static docker image? |
Ok, @jcfr I've made a docker image with Qt 5.12.10 built. Should I zip up the Qt build folder inside and upload it to a release? Edit (links): Docker image here: |
This is great. I suggest the following next steps:
|
Good call. libpng linking issues! Will update when I have a working package. |
Should I redo my docker image to be based on a dockcross image? With my current docker image it would require an arm64 host to build the image |
Edit: nevermind. I need to learn more. |
Hello,
Is it possible to include a binary build for aarch64 into the releases?
The text was updated successfully, but these errors were encountered: