arheom commented on issue #1096: URL: https://github.com/apache/camel-karavan/issues/1096#issuecomment-1929183758
From what I understood, in order to work on multi arch, the image needs to support it. When I try to get the correct image for my platform: ``` docker pull --platform linux/arm64 ghcr.io/apache/camel-karavan:4.3.1 4.3.1: Pulling from apache/camel-karavan Digest: sha256:a17e537d15969a95d4bbb970d2b312ae8dd9a5017c9c89349d68906e4a805cee Status: Image is up to date for ghcr.io/apache/camel-karavan:4.3.1 image with reference ghcr.io/apache/camel-karavan:4.3.1 was found but does not match the specified platform: wanted linux/arm64, actual: linux/amd64 ``` Getting the amd64 image. From what I understood, here: https://cloud.google.com/kubernetes-engine/docs/how-to/build-multi-arch-for-arm we could support both architectures with buildx and it will append the 2 manifests, so we can pull the proper one, based on our environment. Maybe could you point me in the right direction where this happens into the code, maybe I could make a PR to build the image in both arch if not already done? -- 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-unsubscr...@camel.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org