christophd commented on PR #5200:
URL: https://github.com/apache/camel-k/pull/5200#issuecomment-1985265015

   This is my workflow that is working with current main branch already:
   
   ```
   make IMAGE_ARCH=arm64 images
   ```
   
   or 
   
   ```
   make images-all
   ```
   
   This gives you the arm64 Camel K operator image:
   
   ```
   docker images
   REPOSITORY                                TAG                    IMAGE ID    
   CREATED          SIZE
   apache/camel-k                            2.3.0-SNAPSHOT-arm64   
2a756fd2ebc4   8 minutes ago    546MB
   apache/camel-k                            2.3.0-SNAPSHOT         
c2421a7255cc   15 minutes ago   554MB
   ```
   
   then you can install Camel K with the arm64 image
   
   ```
   kamel install --global --operator-image apache/camel-k:2.3.0-SNAPSHOT-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-unsubscr...@camel.apache.org

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

Reply via email to