Hi, I’m building an app for Android and Desktop - ...
# multiplatform
m
Hi, I’m building an app for Android and Desktop - MacOs and Linux targets - Is it possible to build it for linux with arm64 architecture?
Is it so that I would just need to generate build on Linux with arm64 arch?
I’m basing this on the fact that I need to package
.deb
file using linux os.
j
According to https://youtrack.jetbrains.com/issue/KT-36871/Support-Aarch64-Linux-as-a-host-for-the-Kotlin-Native#focus=Comments-27-5171492.0-0 , it is possible to build arm64 linux binaries, but not on arm64 hardware 😉