bell-sw / Liberica

Free and 100% open source Progressive Java Runtime for modern Java™ deployments supported by a leading OpenJDK contributor
https://bell-sw.com/pages/libericajdk/
GNU General Public License v2.0
318 stars 29 forks source link

Java for Alpine arm (32bit) #183

Closed RohitKushvaha01 closed 1 week ago

RohitKushvaha01 commented 1 month ago

Hello,

I noticed that Java 17 has been released for Alpine Linux on the aarch64 architecture. I am currently seeking Java 17 for an embedded Alpine Linux system running on ARMhf. Could you provide information on whether a release for ARMhf is available or, if not, guidance on how to build it from source for ARMhf?

Thank you.

voitylov commented 2 weeks ago

Back when I integrated support for musl into OpenJDK several years ago, as a smoke test I compiled and run several demos on ARM32 musl. That involved some trickery to the build system to get it to work with a cross compiler. But right now we only support x86_64 and AArch64 as primary targets for musl.