Skip to content

Commit

Permalink
updated for static build
Browse files Browse the repository at this point in the history
  • Loading branch information
kyoungho committed Jul 31, 2019
1 parent f839dd9 commit 52f0929
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Gopkg.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -37,7 +37,7 @@ deps:

.PHONY: telegraf
telegraf:
go build -ldflags "$(LDFLAGS)" ./cmd/telegraf
go build -tags static -ldflags "$(LDFLAGS)" ./cmd/telegraf

.PHONY: go-install
go-install:
Expand Down

0 comments on commit 52f0929

Please sign in to comment.