mirror of
https://github.com/containrrr/watchtower.git
synced 2025-01-17 18:26:19 +02:00
Crosscompile for windows.
This commit is contained in:
parent
bc5103243e
commit
6d3a3f7ff0
@ -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…
x
Reference in New Issue
Block a user