reduce to one dockerfile as they have the exact same content

This commit is contained in:
Simon Aronsson 2019-04-10 21:48:31 +02:00
parent 6532920d4b
commit 1f9099770b
5 changed files with 11 additions and 53 deletions

View file

@ -29,9 +29,7 @@ dockers:
goos: linux
goarch: amd64
goarm: ''
dockerfile: dockerfile/amd64/Dockerfile
build_flag_templates:
- "--label=com.centurylinklabs.watchtower=true"
dockerfile: Dockerfile
image_templates:
- containrrr/watchtower:{{ .Version }}
binaries:
@ -40,9 +38,7 @@ dockers:
goos: linux
goarch: 386
goarm: ''
dockerfile: dockerfile/i386/Dockerfile
build_flag_templates:
- "--label=com.centurylinklabs.watchtower=true"
dockerfile: Dockerfile
image_templates:
- containrrr/watchtower:i386-{{ .Version }}
binaries:
@ -51,9 +47,7 @@ dockers:
goos: linux
goarch: arm
goarm: 6
dockerfile: dockerfile/armhf/Dockerfile
build_flag_templates:
- "--label=com.centurylinklabs.watchtower=true"
dockerfile: Dockerfile
image_templates:
- containrrr/watchtower:armhf-{{ .Version }}
binaries:
@ -62,9 +56,7 @@ dockers:
goos: linux
goarch: arm64
goarm: ''
dockerfile: dockerfile/arm64v8/Dockerfile
build_flag_templates:
- "--label=com.centurylinklabs.watchtower=true"
dockerfile: Dockerfile
image_templates:
- containrrr/watchtower:arm64v8-{{ .Version }}
binaries: