diff options
author | Sebastien Douheret <sebastien.douheret@iot.bzh> | 2017-05-24 17:20:48 +0200 |
---|---|---|
committer | Sebastien Douheret <sebastien.douheret@iot.bzh> | 2017-05-24 17:21:21 +0200 |
commit | 0f52586a6208a66a8d5e4dd4c4e3a58cdff6b46f (patch) | |
tree | bff0c6481821eb2105b3af2f683f00dae8776d86 /.gitignore | |
parent | 32bf4cb0c949f44343849607d0439a61d1e6ea49 (diff) |
Support Windows cross-build.
Use following command cross build for Windows on a Linux machine:
GOOS=windows GOARCH=amd64 make
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -3,6 +3,7 @@ tools package **/glide.lock **/vendor +*.zip debug |