otomi-core icon indicating copy to clipboard operation
otomi-core copied to clipboard

ARM Support

Open jlnhnng opened this issue 1 year ago • 3 comments

Is your feature request related to a problem? Please describe. Container Image for ARM missing, thus, problem with installing on ARM-based infrastructure and issues with helm uninstall because 'delete-pods' are not available as ARM images either.

Describe the solution you'd like Please build container Images in ARM too.

Describe alternatives you've considered Build ARM images by myself or not use Otomi.

Additional context

jlnhnng avatar Jul 31 '23 16:07 jlnhnng

Hi @jlnhnng thanks for letting us know. Indeed some of the Otomi related containers are not compatible with ARM. Do you have any recommendations for us for building the ARM images ?

j-zimnowoda avatar Sep 18 '23 11:09 j-zimnowoda

Hi @j-zimnowoda, you can build Multi-platform images with your Build and publish Docker GitHub Action. Here is a good explanation on how to do that from Docker https://docs.docker.com/build/ci/github-actions/multi-platform/ Cheers

jlnhnng avatar Sep 18 '23 11:09 jlnhnng

Cool, thanks for hint. We will try it out.

j-zimnowoda avatar Sep 21 '23 09:09 j-zimnowoda