Hi team,
Got a k8s cluster setup on ubuntu 22.04 on raspberry 4 - arm - platform.
I have develop a small service on my win10 computer, like in the official documentation : https://ballerina.io/learn/deploy-ballerina-on-kubernetes/
When apply the yaml file, pod log the following issue : /opt/java/openjdk/bin/java: exec format error
(I have also try with graalvm build)
I think its because the service builds with x64 platorm and not compatible with ARM.
Does I'm right ?
If it's right, there is a workaround ?