chore: Remove profclems/glab from .goreleaser.yml

This commit is contained in:
Patrick Bajao 2023-03-09 18:50:53 +00:00 committed by Kerri Miller
parent 8cdcb11d6a
commit 8ea906d38a
1 changed files with 0 additions and 10 deletions

View File

@ -36,7 +36,6 @@ dockers:
- image_templates:
- "registry.gitlab.com/gitlab-org/cli:{{ .Tag }}-amd64"
- "gitlab/glab:{{ .Tag }}-amd64"
- "profclems/glab:{{ .Tag }}-amd64"
dockerfile: Dockerfile
use: buildx
build_flag_templates:
@ -52,7 +51,6 @@ dockers:
- image_templates:
- "registry.gitlab.com/gitlab-org/cli:{{ .Tag }}-arm64"
- "gitlab/glab:{{ .Tag }}-arm64"
- "profclems/glab:{{ .Tag }}-arm64"
dockerfile: Dockerfile
use: buildx
build_flag_templates:
@ -83,14 +81,6 @@ docker_manifests:
image_templates:
- "gitlab/glab:{{ .Tag }}-amd64"
- "gitlab/glab:{{ .Tag }}-arm64"
- name_template: "profclems/glab:{{ .Tag }}"
image_templates:
- "profclems/glab:{{ .Tag }}-amd64"
- "profclems/glab:{{ .Tag }}-arm64"
- name_template: "profclems/glab:latest"
image_templates:
- "profclems/glab:{{ .Tag }}-amd64"
- "profclems/glab:{{ .Tag }}-arm64"
archives:
- id: nix
builds: [macos, linux]