From 0f52586a6208a66a8d5e4dd4c4e3a58cdff6b46f Mon Sep 17 00:00:00 2001 From: Sebastien Douheret Date: Wed, 24 May 2017 17:20:48 +0200 Subject: 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 --- .gitignore | 1 + 1 file changed, 1 insertion(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 1b467eb..6ecdd8f 100644 --- a/.gitignore +++ b/.gitignore @@ -3,6 +3,7 @@ tools package **/glide.lock **/vendor +*.zip debug -- cgit 1.2.3-korg