简体   繁体   中英

Quarkus - Deploy in Raspberry PI

i would like to deploy my Quarkus app in a raspberry pi with jvm mode. But this image registry.access.redhat.com/ubi8/ubi-minimal:8.4 is not compatible with arm.

Linux ubuntu 5.11.0-1012-raspi #13-Ubuntu SMP PREEMPT Thu Jun 17 10:47:05 UTC 2021 armv7l armv7l armv7l GNU/Linux

I don't know if this feature is / will be planned but in doubt, i ask this problem. I will try with native image.

Edit : i've just seen this issue https://github.com/quarkusio/quarkus-images/issues/83

There are ubi8 images for arm but only for 64 bits OS's. It's working for me on Ubuntu server 64 bits:

Linux ubuntu 5.11.0-1007-raspi #7-Ubuntu SMP PREEMPT Wed Apr 14 22:08:05 UTC 2021 aarch64 aarch64 aarch64 GNU/Linux

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM