Skip to content

Commit

Permalink
Disable cgo (close #47)
Browse files Browse the repository at this point in the history
  • Loading branch information
errordeveloper committed Jun 6, 2018
1 parent a1bd529 commit d40a660
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .goreleaser.floating.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ builds:
flags:
- -tags
- release
env:
- CGO_ENABLED=0
ldflags:
# gitTag set from a generated file (see ./tag_release.sh)
- -s -w -X main.builtAt={{.Date}} -X main.gitCommit={{.Commit}}
Expand Down
2 changes: 2 additions & 0 deletions .goreleaser.permalink.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ builds:
flags:
- -tags
- release
env:
- CGO_ENABLED=0
ldflags:
# gitTag set from a generated file (see ./tag_release.sh)
- -s -w -X main.builtAt={{.Date}} -X main.gitCommit={{.Commit}}
Expand Down

0 comments on commit d40a660

Please sign in to comment.