From 04ae0c104b1fb2e749b471b86626633f9c9dcdee Mon Sep 17 00:00:00 2001 From: Darren Shepherd Date: Wed, 18 Mar 2015 06:28:18 -0700 Subject: [PATCH] Switch to using netgo --- scripts/build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/build b/scripts/build index f3bab0e0..f81f1869 100755 --- a/scripts/build +++ b/scripts/build @@ -39,5 +39,5 @@ fi echo export GOPATH=$GOPATH mkdir -p bin -go build -ldflags "-linkmode external -extldflags -static" -o bin/rancheros +go build -tags netgo -ldflags "-linkmode external -extldflags -static" -o bin/rancheros strip --strip-all bin/rancheros