Skip to content

Commit

Permalink
Add windows support
Browse files Browse the repository at this point in the history
  • Loading branch information
qbart committed Dec 3, 2021
1 parent c1ba1be commit a86e1aa
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@ builds:
-
ldflags:
- -s -w -X github.com/ohkrab/krab/krab.InfoVersion={{.Version}} -X github.com/ohkrab/krab/krab.InfoCommit={{.Commit}} -X github.com/ohkrab/krab/krab.InfoBuildDate={{.Date}}
goos:
- linux
- darwin
- windows
goarch:
- amd64
- arm64
Expand All @@ -10,6 +14,8 @@ builds:
ignore:
- goos: linux
goarch: arm64
- goos: windows
goarch: arm64

binary: krab

0 comments on commit a86e1aa

Please sign in to comment.