Skip to content

Commit

Permalink
chore: remove docker image for armv7
Browse files Browse the repository at this point in the history
  • Loading branch information
azrod committed Jan 1, 2024
1 parent 36252d6 commit 9996c14
Showing 1 changed file with 0 additions and 19 deletions.
19 changes: 0 additions & 19 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -75,34 +75,15 @@ dockers:
- --label=org.opencontainers.image.created={{ time "2006-01-02T15:04:05Z07:00" }}
- --label=org.opencontainers.image.revision={{ .FullCommit }}

- goarch: arm
image_templates:
- "ghcr.io/azrod/{{ .ProjectName }}:v{{ .Version }}-armv7"
extra_files:
- ui/
dockerfile: Dockerfile
use: buildx
build_flag_templates:
- --platform=linux/arm/v7
- --label=org.opencontainers.image.title={{ .ProjectName }}
- --label=org.opencontainers.image.description={{ .ProjectName }}
- --label=org.opencontainers.image.url=https://github.com/azrod/{{ .ProjectName }}
- --label=org.opencontainers.image.source=https://github.com/azrod/{{ .ProjectName }}
- --label=org.opencontainers.image.version={{ .Version }}
- --label=org.opencontainers.image.created={{ time "2006-01-02T15:04:05Z07:00" }}
- --label=org.opencontainers.image.revision={{ .FullCommit }}

docker_manifests:
- name_template: "ghcr.io/azrod/{{ .ProjectName }}:v{{ .Version }}"
image_templates:
- "ghcr.io/azrod/{{ .ProjectName }}:v{{ .Version }}-amd64"
- "ghcr.io/azrod/{{ .ProjectName }}:v{{ .Version }}-arm64v8"
- "ghcr.io/azrod/{{ .ProjectName }}:v{{ .Version }}-armv7"
- name_template: "ghcr.io/azrod/{{ .ProjectName }}:latest"
image_templates:
- "ghcr.io/azrod/{{ .ProjectName }}:v{{ .Version }}-amd64"
- "ghcr.io/azrod/{{ .ProjectName }}:v{{ .Version }}-arm64v8"
- "ghcr.io/azrod/{{ .ProjectName }}:v{{ .Version }}-armv7"

archives:
- format: tar.gz
Expand Down

0 comments on commit 9996c14

Please sign in to comment.