You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by GitBox <gi...@apache.org> on 2022/11/15 20:55:17 UTC

[GitHub] [camel-k] tobiasoort commented on issue #1238: Multi-architecture support

tobiasoort commented on issue #1238:
URL: https://github.com/apache/camel-k/issues/1238#issuecomment-1315852692

   > Can we close this issue?
   
   Not really. The current state on Apple M1/M2 is that you can follow the how-to, but 'kamel install' will install an amd64 image based pod (image apache/camel-k from dockerhub is only linux/amd64) into your m1-powered k8s env, which obviously doesn't work. 
   
   Having true multi-arch images would be great for everyone! This means changing the build pipeline that builds and pushes images over to dockerhub.
   
   I'd love to help where possible. I'm quite alright with docker/kubernetes but my Java is really rusty - especially modern buildchains. I'll see where I can help and go through this thread.
   
   For future googlers, the following error in your pod's logs:
   `standard_init_linux.go:228: exec user process caused: exec format error`
   means you're running the wrong arch (in this specific case, running an amd64 image on arm64).


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@camel.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org