32bit support

This commit is contained in:
Prashanth Joseph Babu 2018-08-22 17:47:16 +05:30 committed by Simon Aronsson
parent 66f38bd302
commit 59eb978b5f
2 changed files with 30 additions and 0 deletions

View file

@ -6,6 +6,7 @@ build:
- windows
goarch:
- amd64
- 386
- arm
- arm64
archive:
@ -35,6 +36,15 @@ dockers:
- containrrr/watchtower:{{ .Version }}
binaries:
- watchtower
-
goos: linux
goarch: 386
goarm: ''
binary: watchtower
image: v2tec/watchtower
dockerfile: dockerfile/386/Dockerfile
tag_templates:
- '386-{{ .Version }}'
-
goos: linux
goarch: arm