From 5fea7d551ae973c4c7699ed34d609cc6db4b6fac Mon Sep 17 00:00:00 2001 From: kev Date: Thu, 5 Nov 2015 18:22:30 +0800 Subject: [PATCH] update Makefile --- webhook/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/webhook/Makefile b/webhook/Makefile index cc5d4ad..6f33bed 100644 --- a/webhook/Makefile +++ b/webhook/Makefile @@ -1,5 +1,6 @@ .PHONY: webhook +export CGO_ENABLED=0 export GOPATH = /tmp/go export GOOS = linux export GOARCH = amd64