Skip to content

Commit

Permalink
Fix release project from MacosX device
Browse files Browse the repository at this point in the history
 ldflag was not recognized
  • Loading branch information
roughy committed Aug 23, 2019
1 parent 66f01c3 commit ada0dbf
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,7 @@ builds:
- windows
goarch:
- amd64
ldflags:
- -s -w -X github.com/leanovate/mite-go/app.version={{.Version}} -X github.com/leanovate/mite-go/app.commit={{.Commit}} -X github.com/leanovate/mite-go/app.date={{.Date}}
- ./usemsan=-msan
ldflags: -s -w -X github.com/leanovate/mite-go/app.version={{.Version}} -X github.com/leanovate/mite-go/app.commit={{.Commit}} -X github.com/leanovate/mite-go/app.date={{.Date}}
archives:
- id: foo
replacements:
Expand Down

0 comments on commit ada0dbf

Please sign in to comment.