Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Simplify run cmd for archs other than amd64 #5292

Closed
tdiesler opened this issue Mar 27, 2024 · 1 comment · Fixed by #5403
Closed

Simplify run cmd for archs other than amd64 #5292

tdiesler opened this issue Mar 27, 2024 · 1 comment · Fixed by #5403
Labels
kind/feature New feature or request

Comments

@tdiesler
Copy link
Contributor

tdiesler commented Mar 27, 2024

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 tdiesler added the kind/feature New feature or request label Mar 27, 2024
@tdiesler tdiesler changed the title Simplify basic workflow for architectures other than AMD64 Simplify run cmd for archs other than amd64 Apr 22, 2024
@tdiesler
Copy link
Contributor Author

PR: #5403

tdiesler added a commit to tdiesler/camel-k that referenced this issue Apr 23, 2024
tdiesler added a commit to tdiesler/camel-k that referenced this issue Apr 24, 2024
tdiesler added a commit to tdiesler/camel-k that referenced this issue Apr 30, 2024
tdiesler added a commit to tdiesler/camel-k that referenced this issue May 3, 2024
tdiesler added a commit to tdiesler/camel-k that referenced this issue May 6, 2024
tdiesler added a commit to tdiesler/camel-k that referenced this issue May 7, 2024
tdiesler added a commit to tdiesler/camel-k that referenced this issue May 7, 2024
tdiesler added a commit to tdiesler/camel-k that referenced this issue May 7, 2024
tdiesler added a commit to tdiesler/camel-k that referenced this issue May 7, 2024
tdiesler added a commit to tdiesler/camel-k that referenced this issue May 7, 2024
@squakez squakez linked a pull request May 8, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/feature New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant