mirror of
https://github.com/containrrr/watchtower.git
synced 2025-09-22 05:40:50 +02:00
chore(ci): Update goreleaser
This commit is contained in:
parent
1001ef257d
commit
45d87dc576
1 changed files with 1 additions and 9 deletions
|
@ -38,8 +38,6 @@ dockers:
|
||||||
image_templates:
|
image_templates:
|
||||||
- beatkind/watchtower:amd64-{{ .Version }}
|
- beatkind/watchtower:amd64-{{ .Version }}
|
||||||
- beatkind/watchtower:amd64-latest
|
- beatkind/watchtower:amd64-latest
|
||||||
binaries:
|
|
||||||
- watchtower
|
|
||||||
-
|
-
|
||||||
use_buildx: true
|
use_buildx: true
|
||||||
build_flag_templates: [ "--platform=linux/386" ]
|
build_flag_templates: [ "--platform=linux/386" ]
|
||||||
|
@ -50,8 +48,6 @@ dockers:
|
||||||
image_templates:
|
image_templates:
|
||||||
- beatkind/watchtower:i386-{{ .Version }}
|
- beatkind/watchtower:i386-{{ .Version }}
|
||||||
- beatkind/watchtower:i386-latest
|
- beatkind/watchtower:i386-latest
|
||||||
binaries:
|
|
||||||
- watchtower
|
|
||||||
-
|
-
|
||||||
use_buildx: true
|
use_buildx: true
|
||||||
build_flag_templates: [ "--platform=linux/arm/v6" ]
|
build_flag_templates: [ "--platform=linux/arm/v6" ]
|
||||||
|
@ -62,8 +58,6 @@ dockers:
|
||||||
image_templates:
|
image_templates:
|
||||||
- beatkind/watchtower:armhf-{{ .Version }}
|
- beatkind/watchtower:armhf-{{ .Version }}
|
||||||
- beatkind/watchtower:armhf-latest
|
- beatkind/watchtower:armhf-latest
|
||||||
binaries:
|
|
||||||
- watchtower
|
|
||||||
-
|
-
|
||||||
use_buildx: true
|
use_buildx: true
|
||||||
build_flag_templates: [ "--platform=linux/arm64/v8" ]
|
build_flag_templates: [ "--platform=linux/arm64/v8" ]
|
||||||
|
@ -73,6 +67,4 @@ dockers:
|
||||||
dockerfile: dockerfiles/Dockerfile
|
dockerfile: dockerfiles/Dockerfile
|
||||||
image_templates:
|
image_templates:
|
||||||
- beatkind/watchtower:arm64v8-{{ .Version }}
|
- beatkind/watchtower:arm64v8-{{ .Version }}
|
||||||
- beatkind/watchtower:arm64v8-latest
|
- beatkind/watchtower:arm64v8-latest
|
||||||
binaries:
|
|
||||||
- watchtower
|
|
Loading…
Add table
Add a link
Reference in a new issue