1
0
mirror of https://github.com/containrrr/watchtower.git synced 2025-01-17 18:26:19 +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 15:37:55 +01:00
- windows
goarch:
- amd64
- 386
2017-02-03 07:39:13 +01:00
- arm
2018-03-19 14:00:30 +01:00
- arm64
archive:
name_template: "{{.ProjectName}}_{{.Os}}_{{.Arch}}"
format: tar.gz
replacements:
arm: armhf
2018-03-19 14:00:30 +01:00
arm64: arm64v8
amd64: amd64
386: 386
darwin: macOS
linux: linux
2017-12-27 15:37:55 +01: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 17:47:16 +05:30
-
goos: linux
2019-04-07 16:56:51 +02:00
goarch: 386
2018-08-22 17:47:16 +05:30
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 14:00:30 +01:00
-
goos: linux
goarch: arm64
goarm: ''
dockerfile: dockerfiles/Dockerfile
image_templates:
- containrrr/watchtower:arm64v8-{{ .Version }}
- containrrr/watchtower:arm64v8-latest
binaries:
- watchtower