mirror of
https://github.com/containrrr/watchtower.git
synced 2025-09-21 21:30:48 +02:00
Edits goreleaser to match exclusive dockerfiles folder
This commit is contained in:
parent
503d693377
commit
85d39ddcd1
1 changed files with 4 additions and 4 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue