Skip to content

Commit

Permalink
Set path to main func in goreleaser
Browse files Browse the repository at this point in the history
  • Loading branch information
mdeggies committed Nov 12, 2020
1 parent 127ec3d commit b5c372b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ builds:
-v {{ dir .Path }}:/workdir
{{ .Env.CODESIGN_IMAGE }}
sign -product-name={{ .ProjectName }} {{ .Name }}
dir: ./cmd/go-getter/
flags:
- -trimpath
ldflags:
Expand All @@ -22,6 +23,7 @@ builds:
targets:
- linux_386
- linux_amd64
dir: ./cmd/go-getter/
flags:
- -trimpath
ldflags:
Expand Down

0 comments on commit b5c372b

Please sign in to comment.