Skip to content
This repository has been archived by the owner on Jan 7, 2018. It is now read-only.

Commit

Permalink
fix static build flags for go 1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
cpuguy83 committed Jul 21, 2015
1 parent c923983 commit ad68ec7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion make.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/bash
godep get
CGO_ENABLED=0 go build -a -ldflags -d
go build -a -tags netgo -installsuffix netgo .
mv docker-volumes /docker-volumes

0 comments on commit ad68ec7

Please sign in to comment.