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

Commit a40e444

Browse files
committed
release helm-schema-gen to windows too
by default goreleaser only builds for linux and darwin
1 parent 9c60f10 commit a40e444

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.goreleaser.yml

+7
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,17 @@
11
builds:
22
- env:
33
- CGO_ENABLED=0
4+
goos:
5+
- linux
6+
- darwin
7+
- windows
48
archives:
59
- replacements:
610
darwin: Darwin
711
linux: Linux
812
windows: Windows
913
386: i386
1014
amd64: x86_64
15+
format_overrides:
16+
- goos: windows
17+
format: zip

0 commit comments

Comments
 (0)