mirror of
https://github.com/davidallendj/magellan.git
synced 2025-12-20 03:27:03 -07:00
Removing docker container from goreleaser to address build errors
This commit is contained in:
parent
bf2cea11a8
commit
54fce64802
1 changed files with 0 additions and 17 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue