Skip to content

Commit 3a36702

Browse files
authored
Merge pull request #133 from v2tec/windows_builds
Crosscompile for windows.
2 parents bc51032 + 6d3a3f7 commit 3a36702

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

goreleaser.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ build:
1313
# Defaults are darwin and linux
1414
goos:
1515
- linux
16+
- windows
1617

1718
# GOARCH to build in.
1819
# For more info refer to https://golang.org/doc/install/source#environment
@@ -43,6 +44,10 @@ archive:
4344
darwin: macOS
4445
linux: linux
4546

47+
format_overrides:
48+
- goos: windows
49+
format: zip
50+
4651
# Additional files you want to add to the archive.
4752
# Defaults are any files matching `LICENCE*`, `LICENSE*`,
4853
# `README*` and `CHANGELOG*` (case-insensitive)

0 commit comments

Comments
 (0)