update to build image with docker 17.05.0-ce and latest goreleaser

This commit is contained in:
Fabrizio Steiner 2018-03-02 15:49:14 +01:00
parent b15df25fc0
commit 5a67cc50a3
2 changed files with 6 additions and 4 deletions

View file

@ -58,7 +58,8 @@ dockers:
binary: watchtower
image: v2tec/watchtower
dockerfile: dockerfile/amd64/Dockerfile
tag_template: "{{ .Version }}"
tag_templates:
- '{{ .Version }}'
-
goos: linux
goarch: arm
@ -66,4 +67,5 @@ dockers:
binary: watchtower
image: v2tec/watchtower
dockerfile: dockerfile/armhf/Dockerfile
tag_template: "armhf-{{ .Version }}"
tag_templates:
- 'armhf-{{ .Version }}'