mirror of
https://github.com/containrrr/watchtower.git
synced 2025-09-21 21:30:48 +02:00
Add arm64v8 build
This commit is contained in:
parent
27795c24e1
commit
21bcca3326
3 changed files with 34 additions and 2 deletions
|
@ -17,6 +17,7 @@ build:
|
|||
goarch:
|
||||
- amd64
|
||||
- arm
|
||||
- arm64
|
||||
|
||||
# Archive customization
|
||||
archive:
|
||||
|
@ -35,6 +36,7 @@ archive:
|
|||
# of `uname -s` and `uname -m` respectively.
|
||||
replacements:
|
||||
arm: armhf
|
||||
arm64: arm64v8
|
||||
amd64: amd64
|
||||
386: 386
|
||||
darwin: macOS
|
||||
|
@ -68,4 +70,13 @@ dockers:
|
|||
image: v2tec/watchtower
|
||||
dockerfile: dockerfile/armhf/Dockerfile
|
||||
tag_templates:
|
||||
- 'armhf-{{ .Version }}'
|
||||
- 'armhf-{{ .Version }}'
|
||||
-
|
||||
goos: linux
|
||||
goarch: arm64
|
||||
goarm: ''
|
||||
binary: watchtower
|
||||
image: v2tec/watchtower
|
||||
dockerfile: dockerfile/arm64v8/Dockerfile
|
||||
tag_templates:
|
||||
- 'arm64v8-{{ .Version }}'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue