Skip to content

Commit

Permalink
fix the main program config
Browse files Browse the repository at this point in the history
  • Loading branch information
Sami Alajrami committed May 11, 2021
1 parent 2ce2cec commit c4cd82a
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
project_name: watcher
before:
hooks:
- go mod tidy
builds:
- binary: watcher
ldflags:
Expand All @@ -17,5 +20,5 @@ builds:
goarch:
- amd64
- arm64
# - arm -- failes on building for windows
main: ./cmd/watcher/main.go
- arm
main: ./cmd/watcher/

0 comments on commit c4cd82a

Please sign in to comment.