camel-k icon indicating copy to clipboard operation
camel-k copied to clipboard

Simplify run cmd for archs other than amd64

Open tdiesler opened this issue 1 year ago • 1 comments

Requirement

Currently have a strictly explicit approach to target architecture selection i.e. you will need to specify the platform target

This breaks the fundamental assumption that

make images

kamel install
kamel run Basic.java

just works regardless of target architecture.

Let me see if I can get this fixed, by better understanding how integration images for various platforms can be built e.g. -Djib.from.platforms=. In regression testing there was an issue with upgrading when -Djib.from.platforms=linux/amd64,linux/arm64 was always set, which lead to the -t builder.platforms trait.

tdiesler avatar Mar 27 '24 10:03 tdiesler

PR: https://github.com/apache/camel-k/pull/5403

tdiesler avatar Apr 23 '24 12:04 tdiesler