Is it possible to run GraalVM native-image of Quarkus framework app on ARMv7 (32bit) device? I know that GraalVM doesn't support 32bit environment but I wonder if there is some way to run binary with compiled GraalVM native-image on such. Is there some way to configure LLVM, used by GraalVM to achieve that? IoT device we preparing has to have some web application (accessed locally) with simple dashboard. Since device storage is too small to install any Java JDK >= 8, I wonder if GraalVM native-image would do the work.
It seems that you cannot compile/run GraalVM native-image on 32bit machines. If you want to develop simple web app for local IoT device with limited specs you have two options: