Skip to content

Commit ad28041

Browse files
author
Oleg Sucharevich
authored
Merge pull request #3 from codefresh-io/goreleaser-win
add windows to goreleaser
2 parents a4b1fa7 + d2bc0aa commit ad28041

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.goreleaser.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,20 @@
11
builds:
22
- env:
33
- CGO_ENABLED=0
4+
goos:
5+
- darwin
6+
- linux
7+
- windows
48
archive:
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
1118
checksum:
1219
name_template: 'checksums.txt'
1320
snapshot:

0 commit comments

Comments
 (0)