Skip to content

Commit

Permalink
feat: release for Windows and ARM devices
Browse files Browse the repository at this point in the history
  • Loading branch information
vividvilla committed Jan 20, 2020
1 parent f4db349 commit e480c85
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,11 @@ builds:
goos:
- darwin
- linux
- windows
goarch:
- amd64
- arm
- arm64
ldflags:
- -s -w -X "main.buildString={{ .Tag }} ({{ .ShortCommit }} {{ .Date }})"

Expand Down

0 comments on commit e480c85

Please sign in to comment.