Skip to content
This repository has been archived by the owner on Mar 8, 2020. It is now read-only.

Commit

Permalink
Merge pull request #197 from juanjux/fix/compile_static
Browse files Browse the repository at this point in the history
Compile statically to avoid problems with Alpine's libs
  • Loading branch information
juanjux authored Oct 27, 2017
2 parents 14cc587 + 5829d9e commit 7d0951c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ all: bindata
bindata: $(ASSETS)

install:
go get -t -v ./...
CGO_ENABLED=0 go get -t -v -ldflags '-extldflags "-static"' ./...

$(DEPENDENCIES):
$(GO_GET) $@/...
Expand Down

0 comments on commit 7d0951c

Please sign in to comment.