Merge pull request #133 from v2tec/windows_builds

Crosscompile for windows.
pull/134/head
stffabi 7 years ago committed by GitHub
commit 3a36702718
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -13,6 +13,7 @@ build:
# Defaults are darwin and linux
goos:
- linux
- windows
# GOARCH to build in.
# For more info refer to https://golang.org/doc/install/source#environment
@ -43,6 +44,10 @@ archive:
darwin: macOS
linux: linux
format_overrides:
- goos: windows
format: zip
# Additional files you want to add to the archive.
# Defaults are any files matching `LICENCE*`, `LICENSE*`,
# `README*` and `CHANGELOG*` (case-insensitive)

Loading…
Cancel
Save