|
|
@ -29,7 +29,7 @@ dockers:
|
|
|
|
goos: linux
|
|
|
|
goos: linux
|
|
|
|
goarch: amd64
|
|
|
|
goarch: amd64
|
|
|
|
goarm: ''
|
|
|
|
goarm: ''
|
|
|
|
dockerfile: Dockerfile
|
|
|
|
dockerfile: dockerfiles/Dockerfile
|
|
|
|
image_templates:
|
|
|
|
image_templates:
|
|
|
|
- containrrr/watchtower:amd64-{{ .Version }}
|
|
|
|
- containrrr/watchtower:amd64-{{ .Version }}
|
|
|
|
- containrrr/watchtower:amd64-latest
|
|
|
|
- containrrr/watchtower:amd64-latest
|
|
|
@ -39,7 +39,7 @@ dockers:
|
|
|
|
goos: linux
|
|
|
|
goos: linux
|
|
|
|
goarch: 386
|
|
|
|
goarch: 386
|
|
|
|
goarm: ''
|
|
|
|
goarm: ''
|
|
|
|
dockerfile: Dockerfile
|
|
|
|
dockerfile: dockerfiles/Dockerfile
|
|
|
|
image_templates:
|
|
|
|
image_templates:
|
|
|
|
- containrrr/watchtower:i386-{{ .Version }}
|
|
|
|
- containrrr/watchtower:i386-{{ .Version }}
|
|
|
|
- containrrr/watchtower:i386-latest
|
|
|
|
- containrrr/watchtower:i386-latest
|
|
|
@ -49,7 +49,7 @@ dockers:
|
|
|
|
goos: linux
|
|
|
|
goos: linux
|
|
|
|
goarch: arm
|
|
|
|
goarch: arm
|
|
|
|
goarm: 6
|
|
|
|
goarm: 6
|
|
|
|
dockerfile: Dockerfile
|
|
|
|
dockerfile: dockerfiles/Dockerfile
|
|
|
|
image_templates:
|
|
|
|
image_templates:
|
|
|
|
- containrrr/watchtower:armhf-{{ .Version }}
|
|
|
|
- containrrr/watchtower:armhf-{{ .Version }}
|
|
|
|
- containrrr/watchtower:armhf-latest
|
|
|
|
- containrrr/watchtower:armhf-latest
|
|
|
@ -59,7 +59,7 @@ dockers:
|
|
|
|
goos: linux
|
|
|
|
goos: linux
|
|
|
|
goarch: arm64
|
|
|
|
goarch: arm64
|
|
|
|
goarm: ''
|
|
|
|
goarm: ''
|
|
|
|
dockerfile: Dockerfile
|
|
|
|
dockerfile: dockerfiles/Dockerfile
|
|
|
|
image_templates:
|
|
|
|
image_templates:
|
|
|
|
- containrrr/watchtower:arm64v8-{{ .Version }}
|
|
|
|
- containrrr/watchtower:arm64v8-{{ .Version }}
|
|
|
|
- containrrr/watchtower:arm64v8-latest
|
|
|
|
- containrrr/watchtower:arm64v8-latest
|
|
|
|