Skip to content

Commit

Permalink
Build ko for Windows (#339)
Browse files Browse the repository at this point in the history
Also explicitly build for macOS (darwin), I'm not sure how that was
being done before.
  • Loading branch information
imjasonh authored Apr 28, 2021
1 parent 29cd8e0 commit de98ea1
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,10 @@ builds:
- -trimpath
ldflags:
- "-s -w -X github.com/google/ko/pkg/commands.Version={{.Version}}"
goos:
- windows
- linux
- darwin
goarch:
- amd64
- arm64
Expand Down

0 comments on commit de98ea1

Please sign in to comment.