static binary \o/

Signed-off-by: Jessica Frazelle <acidburn@docker.com>
This commit is contained in:
Jessica Frazelle 2015-11-14 16:33:52 -08:00
parent 48fdc50d09
commit ecd6463101
No known key found for this signature in database
GPG Key ID: 18F3685C0022BFF3
1 changed files with 3 additions and 0 deletions

View File

@ -7,6 +7,9 @@ export GOPATH:=$(CURDIR)/Godeps/_workspace:$(GOPATH)
all: all:
go build -tags "$(BUILDTAGS)" -o runc . go build -tags "$(BUILDTAGS)" -o runc .
static:
CGO_ENABLED=1 go build -tags "$(BUILDTAGS) cgo static_build" -ldflags "-w -extldflags -static" -o runc .
vet: vet:
go get golang.org/x/tools/cmd/vet go get golang.org/x/tools/cmd/vet