mirror of
https://github.com/containrrr/watchtower.git
synced 2025-09-21 21:30:48 +02:00
32bit support
This commit is contained in:
parent
66f38bd302
commit
59eb978b5f
2 changed files with 30 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue