Skip to content

Commit

Permalink
fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
hhakkaev-rewe committed Jun 8, 2023
1 parent 5428241 commit 361c7bc
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ dockers:
dockerfile: goreleaser.Dockerfile
use: buildx
build_flag_templates:
- --platform=linux/arm64/
- --platform=linux/arm64/v8
- --label=org.opencontainers.image.title={{ .ProjectName }}
- --label=org.opencontainers.image.description=A small utility to clean GitLab runners
- --label=org.opencontainers.image.created={{.Date}}
Expand All @@ -70,14 +70,14 @@ dockers:
- --label=org.opencontainers.image.licenses=Apache-2.0

docker_manifests:
- name_template: ghcr.io/hasanhakkaev/{{ .ProjectName }}:{{ .Version }}
image_templates:
- ghcr.io/hasanhakkaev/{{ .ProjectName }}:{{ .Version }}-amd64
- ghcr.io/hasanhakkaev/{{ .ProjectName }}:{{ .Version }}-arm64
- name_template: ghcr.io/hasanhakkaev/{{ .ProjectName }}:latest
image_templates:
- ghcr.io/hasanhakkaev/{{ .ProjectName }}:{{ .Version }}-amd64
- ghcr.io/hasanhakkaev/{{ .ProjectName }}:{{ .Version }}-arm64
- name_template: 'ghcr.io/hasanhakkaev/{{ .ProjectName }}:{{ .Version }}'
image_templates:
- 'ghcr.io/hasanhakkaev/{{ .ProjectName }}:{{ .Version }}-amd64'
- 'ghcr.io/hasanhakkaev/{{ .ProjectName }}:{{ .Version }}-arm64'
- name_template: 'ghcr.io/hasanhakkaev/{{ .ProjectName }}:latest'
image_templates:
- 'ghcr.io/hasanhakkaev/{{ .ProjectName }}:{{ .Version }}-amd64'
- 'ghcr.io/hasanhakkaev/{{ .ProjectName }}:{{ .Version }}-arm64'

docker_signs:
- cmd: cosign
Expand Down

0 comments on commit 361c7bc

Please sign in to comment.