Skip to content

Commit

Permalink
🔧 Fix docker_manifests build config
Browse files Browse the repository at this point in the history
  • Loading branch information
gabe565 committed May 11, 2022
1 parent 044b4c5 commit bf2bca6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,6 @@ docker_manifests:
name_template: ghcr.io/clevyr/{{ .ProjectName }}:latest
image_templates:
- ghcr.io/clevyr/{{ .ProjectName }}:{{ .Version }}-amd64
- ghcr.io/clevyr/{{ .ProjectName }}:{{ .Version }}-armv6
- ghcr.io/clevyr/{{ .ProjectName }}:{{ .Version }}-armv7
- ghcr.io/clevyr/{{ .ProjectName }}:{{ .Version }}-arm64v8
- <<: *docker_manifests
Expand Down

0 comments on commit bf2bca6

Please sign in to comment.