You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by "tdiesler (via GitHub)" <gi...@apache.org> on 2024/03/27 10:06:55 UTC

[I] Simplify basic workflow for architectures other than AMD64 [camel-k]

tdiesler opened a new issue, #5292:
URL: https://github.com/apache/camel-k/issues/5292

   ### Requirement
   
   Currently have a strictly explicit approach to target architecture selection i.e. [you will need to specify the platform target](https://camel.apache.org/camel-k/next/installation/advanced/multi-architecture.html#_example)
   
   This breaks the fundamental assumption that 
   ```
   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.
   
   ### Problem
   
   see above
   
   ### Proposal
   
   _No response_
   
   ### Open questions
   
   _No response_


-- 
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: commits-unsubscribe@camel.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


Re: [I] Simplify run cmd for archs other than amd64 [camel-k]

Posted by "tdiesler (via GitHub)" <gi...@apache.org>.
tdiesler commented on issue #5292:
URL: https://github.com/apache/camel-k/issues/5292#issuecomment-2072234802

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


-- 
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: commits-unsubscribe@camel.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


Re: [I] Simplify run cmd for archs other than amd64 [camel-k]

Posted by "squakez (via GitHub)" <gi...@apache.org>.
squakez closed issue #5292: Simplify run cmd for archs other than amd64
URL: https://github.com/apache/camel-k/issues/5292


-- 
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: commits-unsubscribe@camel.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org