Hi there, I am using julia_pod to run Julia on kubernetes. Everything works on local minikube, but when switching to my freshly created kubernetes on ARM, I get the following error log:
exec /usr/local/julia/bin/julia: exec format error
From my best guess this is related to running on ARM. Does someone has an idea what is going on?
I adapted the julia_pod to use the official julia docker julia:v1.8-buster as its base.
The error message means that you’re attempting to run an executable for a wrong architecture. If the problem was a different microarchitecture within the same architecture you’d get an SIGILL (signal for an illegal instruction).