You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
watchtower/goreleaser.yml

68 lines
1.3 KiB
YAML

build:
main: ./main.go
binary: watchtower
goos:
- linux
- windows
goarch:
- amd64
- 386
- arm
- arm64
archive:
name_template: "{{.ProjectName}}_{{.Os}}_{{.Arch}}"
format: tar.gz
replacements:
arm: armhf
arm64: arm64v8
amd64: amd64
386: 386
darwin: macOS
linux: linux
format_overrides:
- goos: windows
format: zip
files:
- LICENSE.md
dockers:
-
goos: linux
goarch: amd64
goarm: ''
dockerfile: Dockerfile
image_templates:
- containrrr/watchtower:amd64-{{ .Version }}
- containrrr/watchtower:amd64-latest
binaries:
- watchtower
-
goos: linux
goarch: 386
goarm: ''
dockerfile: Dockerfile
image_templates:
- containrrr/watchtower:i386-{{ .Version }}
- containrrr/watchtower:i386-latest
binaries:
- watchtower
-
goos: linux
goarch: arm
goarm: 6
dockerfile: Dockerfile
image_templates:
- containrrr/watchtower:armhf-{{ .Version }}
- containrrr/watchtower:armhf-latest
binaries:
- watchtower
-
goos: linux
goarch: arm64
goarm: ''
dockerfile: Dockerfile
image_templates:
- containrrr/watchtower:arm64v8-{{ .Version }}
- containrrr/watchtower:arm64v8-latest
binaries:
- watchtower