Removing docker container from goreleaser to address build errors

This commit is contained in:
Alex Lovell-Troy 2024-07-17 16:55:06 -04:00
parent bf2cea11a8
commit 54fce64802
No known key found for this signature in database

View file

@ -8,23 +8,6 @@ builds:
- linux - linux
goarch: goarch:
- amd64 - amd64
dockers:
- image_templates:
- ghcr.io/openchami/{{.ProjectName}}:latest
- ghcr.io/openchami/{{.ProjectName}}:{{ .Tag }}
- ghcr.io/openchami/{{.ProjectName}}:{{ .Major }}
- ghcr.io/openchami/{{.ProjectName}}:{{ .Major }}.{{ .Minor }}
build_flag_templates:
- "--pull"
- "--label=org.opencontainers.image.created={{.Date}}"
- "--label=org.opencontainers.image.title={{.ProjectName}}"
- "--label=org.opencontainers.image.revision={{.FullCommit}}"
- "--label=org.opencontainers.image.version={{.Version}}"
extra_files:
- LICENSE
- CHANGELOG.md
- README.md
- bin/magellan.sh
archives: archives:
- format: tar.gz - format: tar.gz
rlcp: true rlcp: true