ci: fix main path in goreleaser config

This commit is contained in:
Geoff Bourne 2019-07-14 17:02:38 -05:00
parent 841e49ec0e
commit ca572184b2

View File

@ -17,7 +17,7 @@ builds:
- amd64
goarm:
- "6"
main: cmd/mc-router/main.go
main: ./cmd/mc-router
binary: mc-router
env:
- CGO_ENABLED=0