1
0
mirror of https://github.com/rancher/os.git synced 2025-08-31 14:23:11 +00:00

Switch to using netgo

This commit is contained in:
Darren Shepherd
2015-03-18 06:28:18 -07:00
parent 4d957a9f47
commit 04ae0c104b

View File

@@ -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