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

   When you now run
   
   ```
   make images
   ```
   
   you get the image for your platform. Images for alternative platforms can be 
built as before e.g.
   
   ```
   make IMAGE_ARCH=arm64 images
   ```
   
   Push (to staging) works with and without `arm64`. We only create/push the 
manifest list when images for both platforms are available
   
   The binary has no suffix `-o build/_output/bin/kamel` since it is only a 
temporary thing that gets put in the respective platform image anyway. We could 
also make this have an explicit platform suffix and change the Dockerfile 
accordingly


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to