1
0
mirror of https://github.com/containrrr/watchtower.git synced 2024-12-12 09:04:17 +02:00
watchtower/goreleaser.yml

68 lines
1.3 KiB
YAML
Raw Normal View History

build:
main: ./main.go
binary: watchtower
goos:
- linux
2017-12-27 16:37:55 +02:00
- windows
goarch:
- amd64
- 386
2017-02-03 08:39:13 +02:00
- arm
2018-03-19 15:00:30 +02:00
- arm64
archive:
name_template: "{{.ProjectName}}_{{.Os}}_{{.Arch}}"
format: tar.gz
replacements:
arm: armhf
2018-03-19 15:00:30 +02:00
arm64: arm64v8
amd64: amd64
386: 386
darwin: macOS
linux: linux
2017-12-27 16:37:55 +02:00
format_overrides:
- goos: windows
format: zip
files:
- LICENSE.md
dockers:
-
goos: linux
goarch: amd64
goarm: ''
dockerfile: dockerfiles/Dockerfile
image_templates:
- containrrr/watchtower:amd64-{{ .Version }}
- containrrr/watchtower:amd64-latest
binaries:
- watchtower
2018-08-22 14:17:16 +02:00
-
goos: linux
2019-04-07 16:56:51 +02:00
goarch: 386
2018-08-22 14:17:16 +02:00
goarm: ''
dockerfile: dockerfiles/Dockerfile
image_templates:
- containrrr/watchtower:i386-{{ .Version }}
- containrrr/watchtower:i386-latest
binaries:
- watchtower
-
goos: linux
goarch: arm
goarm: 6
dockerfile: dockerfiles/Dockerfile
image_templates:
- containrrr/watchtower:armhf-{{ .Version }}
- containrrr/watchtower:armhf-latest
binaries:
- watchtower
2018-03-19 15:00:30 +02:00
-
goos: linux
goarch: arm64
goarm: ''
dockerfile: dockerfiles/Dockerfile
image_templates:
- containrrr/watchtower:arm64v8-{{ .Version }}
- containrrr/watchtower:arm64v8-latest
binaries:
- watchtower