arheom commented on issue #1096:
URL: https://github.com/apache/camel-karavan/issues/1096#issuecomment-1929723443

   From what I can see inside the github workflows, this could be resolved 
relatively easily:
   - app.yml is using the https://quarkus.io/guides/container-image for 
packaging the images, which supports buildx
   - docker-devmode.yml is using docker/build-push-action@v3 , which could be 
replaced with crazy-max/ghaction-docker-buildx@v1, like here 
https://www.docker.com/blog/multi-arch-build-and-images-the-simple-way/
   
   As I never worked on github workflows, do you know a way I could test those 
locally, eventually I could make the changes to support multi arch mode.


-- 
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

Reply via email to