Skip to content

Commit

Permalink
chore: deprecate broken armv7 docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
garethgeorge committed Oct 12, 2024
1 parent 0806eb9 commit 5948c67
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -118,16 +118,6 @@ dockers:
- "--pull"
- "--platform=linux/arm/v6"

- image_templates:
- garethgeorge/backrest:{{ .Tag }}-scratch-armv7
dockerfile: Dockerfile.scratch
use: buildx
goarch: arm
goarm: 7
build_flag_templates:
- "--pull"
- "--platform=linux/arm/v7"

docker_manifests:
- name_template: "garethgeorge/backrest:latest"
image_templates:
Expand All @@ -154,25 +144,21 @@ docker_manifests:
- "garethgeorge/backrest:{{ .Tag }}-scratch-amd64"
- "garethgeorge/backrest:{{ .Tag }}-scratch-arm64"
- "garethgeorge/backrest:{{ .Tag }}-scratch-armv6"
- "garethgeorge/backrest:{{ .Tag }}-scratch-armv7"
- name_template: "garethgeorge/backrest:v{{ .Major }}-scratch"
image_templates:
- "garethgeorge/backrest:{{ .Tag }}-scratch-amd64"
- "garethgeorge/backrest:{{ .Tag }}-scratch-arm64"
- "garethgeorge/backrest:{{ .Tag }}-scratch-armv6"
- "garethgeorge/backrest:{{ .Tag }}-scratch-armv7"
- name_template: "garethgeorge/backrest:v{{ .Major }}.{{ .Minor }}-scratch"
image_templates:
- "garethgeorge/backrest:{{ .Tag }}-scratch-amd64"
- "garethgeorge/backrest:{{ .Tag }}-scratch-arm64"
- "garethgeorge/backrest:{{ .Tag }}-scratch-armv6"
- "garethgeorge/backrest:{{ .Tag }}-scratch-armv7"
- name_template: "garethgeorge/backrest:{{ .Tag }}-scratch"
image_templates:
- "garethgeorge/backrest:{{ .Tag }}-scratch-amd64"
- "garethgeorge/backrest:{{ .Tag }}-scratch-arm64"
- "garethgeorge/backrest:{{ .Tag }}-scratch-armv6"
- "garethgeorge/backrest:{{ .Tag }}-scratch-armv7"

brews:
- name: backrest
Expand Down

0 comments on commit 5948c67

Please sign in to comment.