Skip to content

Commit

Permalink
add support for windows build (#459)
Browse files Browse the repository at this point in the history
  • Loading branch information
Dotunj authored Feb 17, 2022
1 parent 176a0c2 commit 92b49d5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ builds:
goos:
- linux
- darwin
- windows
goarch:
- amd64
- arm64
Expand Down
1 change: 1 addition & 0 deletions .publisher.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ builds:
goos:
- linux
- darwin
- windows
goarch:
- amd64
- arm64
Expand Down

0 comments on commit 92b49d5

Please sign in to comment.