You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@openwhisk.apache.org by gi...@git.apache.org on 2017/08/28 21:02:58 UTC

[GitHub] zachschultz opened a new issue #400: Cross-compiling wskdeploy

zachschultz opened a new issue #400: Cross-compiling wskdeploy
URL: https://github.com/apache/incubator-openwhisk-wskdeploy/issues/400
 
 
   I see a lot of issues regarding this but none seem to explicitly state how it's done. Running `./gradlew distDocker` I noticed that this command is run `docker build --build-arg WSKDEPLOY_OS=linux --build-arg WSKDEPLOY_ARCH=amd64 -t wskdeploy /Users/zach/dev/incubator-openwhisk-wskdeploy` and it seems like you're able to change the `WSKDEPLOY_OS` and `WSKDEPLOY_ARCH` to build for whatever platform you desire.
   
   If the above is the correct method for cross-compilation, I think it would be very useful to display this in the readme/docs for other users to see how it is done.
 
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services