Must I build on another architecture ( for example arm32 or x86_64) and launch on arm64 or something else?
or Is arm32 also not supported for Linux kotlin/native?
e
ephemient
01/31/2023, 3:37 PM
Kotlin/Native does support targeting linuxArm32Hfp (ARMv7 with hardware floating point), and you can build for it from other hosts
JB’s plan (and the meaning of https://github.com/Kotlin/kotlinx-atomicfu/issues/253#issuecomment-1298598854) is to start publishing the artifacts even without this test infrastructure, but making it clear that they are less “reliable” than others. So targets will be formally split into groups with different level of support, which will unblock publishing across all kotlinx libraries - if you use an untested target it’s at your own risk. The only problem is that this has been the plan for a long time 😄 not sure when they’ll do it