christophd opened a new pull request, #5290: URL: https://github.com/apache/camel-k/pull/5290
Fixes #5288 - Add Makefile build-platform to build the platform specific kamel CLI binary (e.g. darwin/arm64) - Image build statically builds the linux binary for the Docker image and additionally builds platform specific kamel CLI binary if running on host other than linux - Enables developers running on platforms other than linux to directly use the built kamel CLI binary `make images` will build the linux binary and add it to the Docker image as usual. In addition to that platform specific kamel CLI binary is built at the end of the process when running on platforms other that linux. This enable the developer to just call `make images` and directly use the built kamel CLI binary on the host (e.g. `kamel install`) Also developers running on platform other than linux may call `make build-platform` to build the kamel CLI binary for the individual platform (e.g. `darwin/arm64`) **Release Note** ```release-note NONE ``` -- 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]
