Skip to content

Commit

Permalink
Build a static binary
Browse files Browse the repository at this point in the history
  • Loading branch information
rojer committed Apr 19, 2017
1 parent a53bcef commit 721c841
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion auth_server/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ deps:

build:
go generate ./...
go build -v -i
CGO_ENABLED=0 go build -v -i --ldflags=--s

ca-certificates.crt:
cp $(CA_BUNDLE) .
Expand Down

0 comments on commit 721c841

Please sign in to comment.