Skip to content
This repository has been archived by the owner on Aug 31, 2021. It is now read-only.

Commit

Permalink
release helm-schema-gen to windows too
Browse files Browse the repository at this point in the history
by default goreleaser only builds for linux and darwin
  • Loading branch information
karuppiah7890 committed Dec 23, 2020
1 parent 9c60f10 commit a40e444
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,17 @@
builds:
- env:
- CGO_ENABLED=0
goos:
- linux
- darwin
- windows
archives:
- replacements:
darwin: Darwin
linux: Linux
windows: Windows
386: i386
amd64: x86_64
format_overrides:
- goos: windows
format: zip

0 comments on commit a40e444

Please sign in to comment.