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

   ### What happened?
   
   It seems that `make test-smoke` makes incorrect assumptions about the 
underlying architecture. The `TestRunPolyglotExamples` is the first that I see 
failing because of an invalid exec format, which in turn is because of an 
incorrect base image: `-Djib.from.image=eclipse-temurin:17`
   
   Related to https://github.com/apache/camel-k/issues/5292 I would assume that 
this is somehow supposed to set the `-t builder.platforms` trait, which would 
then add `-Djib.from.platforms=linux/arm64`
   
   Is there perhaps an (undocumented) trick to make this work with the current 
code base?
   
   Alternatively, please give advice on how we can enable that trait without 
too much duplication.
   Perhaps scoped on the operator install step or a more global scope e.g. `go 
test ...` or an even more global scope e.g. envar
   
   
   ### Steps to reproduce
   
   _No response_
   
   ### Relevant log output
   
   _No response_
   
   ### Camel K version
   
   _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-unsubscr...@camel.apache.org.apache.org

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

Reply via email to