-
Notifications
You must be signed in to change notification settings - Fork 133
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
Enable linuxArm64 native target #213
Conversation
Hey, is there anyone available to review this? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm
Thanks, @e5l! Any changes of a release soon? :D |
Hey, @bcmedeiros. It will be released in approx 2 weeks |
Just to make it sure: Do you plan to release a new version of kotlinx-html before Ktor 2.3.2 to also include ktorio/ktor#3587 in Ktor 2.3.2? |
I can update ktorio/ktor#3587 and get it ready to be reviewed and merged as soon as we have a release here, it's the only pending issue. |
Yes, it was a question to @e5l or the Ktor team. |
@bcmedeiros Yep |
@e5l it's been (almost) 2 weeks already, any idea when it's going to be released? no pressure, just wanted to plan myself to finish the ktor PR as soon as this is released. |
I'm trying to work towards https://youtrack.jetbrains.com/issue/KTOR-5753 and bumped into
With this PR, building on linux x86-64 seems to work fine and cross-compile to arm64.
Let me know if there is something else I can help with.