Skip to content

Commit

Permalink
attempt to fix goreleaser config
Browse files Browse the repository at this point in the history
  • Loading branch information
Sami Alajrami committed May 11, 2021
1 parent d441249 commit de15a9b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .goreleaser.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
project_name: watcher
builds:
- binary: watcher
ldflags: {{ .Env.LDFLAGS }}
ldflags:
- {{ .Env.LDFLAGS }}
env:
- CGO_ENABLED=0
- GO111MODULE=on
Expand Down

0 comments on commit de15a9b

Please sign in to comment.