-
Notifications
You must be signed in to change notification settings - Fork 19
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 linuxArm64 target #10
Comments
Hey, thanks for creating an issue for this! |
Unfortunately I have no idea how to properly build OpenSSL on different platforms. My background is primarily on JVM, and experience in C is just related to KMP babysteps. |
FYI, I was able to successfully build OpenSSL for Linux ARM64 and added it in separate branch. Builds are green: https://github.com/whyoleg/cryptography-kotlin/actions/runs/6876806793 BTW, do you have a use case for Linux ARM64? |
Sorry for the delay. I'm creating a set of libraries (not yet published) with the support of all available architectures. Even AndroidNative if it's easy to add. As I don't yet build actual applications on Arm64, I believe correct formal answer for now is "No, I don't actually have use cases for Linux ARM64". But I have raspberry PI and I'd like to have a possibility to build some of my planned apps to this target. Arm64 servers are also on my radar as a potential target. |
Thanks! |
One more bump here: Hopefully, I will prepare new release in coming days which will include this. |
0.3.0 with this and other features is released! Sorry that it took so long. |
This is a proposal to support native Arm64 Linux. Artifacts might be build on Linux/Mac X64/Arm64 without additional testing. I believe providing artifacts without additional testing is better than nothing for tier-3 targets. I don't know though, whether connecting openssl to this new target challanging or not.
The text was updated successfully, but these errors were encountered: