Skip to content

Commit

Permalink
fix goreleaser
Browse files Browse the repository at this point in the history
  • Loading branch information
fujiwara committed Feb 16, 2021
1 parent ef23999 commit e4f2814
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,10 @@ builds:
- CGO_ENABLED=0
main: ./cmd/sqsjkr/main.go
goarch:
- darwin
- amd64
goos:
- darwin
- linux
ldflags:
- -w -s -X main.version=v{{.Version}} -X main.buildDate={{.Date}}
gcflags:
Expand Down

0 comments on commit e4f2814

Please sign in to comment.