mirror of
https://github.com/containrrr/watchtower.git
synced 2025-12-14 06:06:38 +01:00
Merge pull request #133 from v2tec/windows_builds
Crosscompile for windows.
This commit is contained in:
commit
3a36702718
1 changed files with 5 additions and 0 deletions
|
|
@ -13,6 +13,7 @@ build:
|
||||||
# Defaults are darwin and linux
|
# Defaults are darwin and linux
|
||||||
goos:
|
goos:
|
||||||
- linux
|
- linux
|
||||||
|
- windows
|
||||||
|
|
||||||
# GOARCH to build in.
|
# GOARCH to build in.
|
||||||
# For more info refer to https://golang.org/doc/install/source#environment
|
# For more info refer to https://golang.org/doc/install/source#environment
|
||||||
|
|
@ -43,6 +44,10 @@ archive:
|
||||||
darwin: macOS
|
darwin: macOS
|
||||||
linux: linux
|
linux: linux
|
||||||
|
|
||||||
|
format_overrides:
|
||||||
|
- goos: windows
|
||||||
|
format: zip
|
||||||
|
|
||||||
# Additional files you want to add to the archive.
|
# Additional files you want to add to the archive.
|
||||||
# Defaults are any files matching `LICENCE*`, `LICENSE*`,
|
# Defaults are any files matching `LICENCE*`, `LICENSE*`,
|
||||||
# `README*` and `CHANGELOG*` (case-insensitive)
|
# `README*` and `CHANGELOG*` (case-insensitive)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue