[GitHub] [camel-k] astefanutti commented on issue #982: Operator fails on minikube

2019-10-04 Thread GitBox
astefanutti commented on issue #982: Operator fails on minikube
URL: https://github.com/apache/camel-k/issues/982#issuecomment-538358775
 
 
   Ah, it's too wide so the test binaries target the Linux OS too. We're going 
to fix it as suggested by @nicolaferraro. In the meatime, you can do:
   
   ```
   GOOS=linux make build-kamel
   cp kamel build/_output/bin/
   operator-sdk build docker.io/apache/camel-k:1.0.0-M2-SNAPSHOT
   ```
   
   To build the image locally for Linux.


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.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] [camel-k] astefanutti commented on issue #982: Operator fails on minikube

2019-10-04 Thread GitBox
astefanutti commented on issue #982: Operator fails on minikube
URL: https://github.com/apache/camel-k/issues/982#issuecomment-538332457
 
 
   The `exec user process caused "exec format error"` happens when you've built 
the operator binary on another platform than the Linux one, which is the target 
platform when running in Minikube.
   
   I assume you're on another platform than Linux, so you can do:
   
   ```
   $ GOOS=linux make images
   ```
   


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.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services