Skip to content

Commit

Permalink
chore(ci): Update goreleaser
Browse files Browse the repository at this point in the history
  • Loading branch information
beatkind committed Jul 8, 2024
1 parent 1001ef2 commit 45d87dc
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,6 @@ dockers:
image_templates:
- beatkind/watchtower:amd64-{{ .Version }}
- beatkind/watchtower:amd64-latest
binaries:
- watchtower
-
use_buildx: true
build_flag_templates: [ "--platform=linux/386" ]
Expand All @@ -50,8 +48,6 @@ dockers:
image_templates:
- beatkind/watchtower:i386-{{ .Version }}
- beatkind/watchtower:i386-latest
binaries:
- watchtower
-
use_buildx: true
build_flag_templates: [ "--platform=linux/arm/v6" ]
Expand All @@ -62,8 +58,6 @@ dockers:
image_templates:
- beatkind/watchtower:armhf-{{ .Version }}
- beatkind/watchtower:armhf-latest
binaries:
- watchtower
-
use_buildx: true
build_flag_templates: [ "--platform=linux/arm64/v8" ]
Expand All @@ -73,6 +67,4 @@ dockers:
dockerfile: dockerfiles/Dockerfile
image_templates:
- beatkind/watchtower:arm64v8-{{ .Version }}
- beatkind/watchtower:arm64v8-latest
binaries:
- watchtower
- beatkind/watchtower:arm64v8-latest

0 comments on commit 45d87dc

Please sign in to comment.