tdiesler commented on PR #5200: URL: https://github.com/apache/camel-k/pull/5200#issuecomment-1988525021
I 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 works with and without `arm64`. We only create/push the manifest list when images for both platforms are already available The binary now has a suffix `-o build/_output/bin/kamel-$(IMAGE_ARCH)` which IMHO is better than overriding the same path with other platform variants. Perhaps there is a convention about this (which I'm not aware) it should also work without the suffix if the binary is only a temporary thing that gets put in the respective platform image. -- 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]
