mirror of
https://github.com/davidallendj/magellan.git
synced 2025-12-20 11:37:01 -07:00
chore: update build workflow and add container build script (#70)
* chore: update build workflow and add container build script * Add build dependencies to workflow * fix: remove unnecessary magellan installation path from goreleaser config
This commit is contained in:
parent
77fd850a1c
commit
0b9c9c837e
1 changed files with 3 additions and 3 deletions
|
|
@ -93,9 +93,9 @@ dockers:
|
||||||
- CHANGELOG.md
|
- CHANGELOG.md
|
||||||
- README.md
|
- README.md
|
||||||
- image_templates:
|
- image_templates:
|
||||||
- &arm64v8_linux_image ghcr.io/davidallendj/{{.ProjectName}}:{{ .Tag }}-arm64
|
- &arm64v7_linux_image ghcr.io/openchami/{{.ProjectName}}:{{ .Tag }}-arm64
|
||||||
- ghcr.io/davidallendj/{{.ProjectName}}:{{ .Major }}-arm64
|
- ghcr.io/openchami/{{.ProjectName}}:{{ .Major }}-arm64
|
||||||
- ghcr.io/davidallendj/{{.ProjectName}}:{{ .Major }}.{{ .Minor }}-arm64
|
- ghcr.io/openchami/{{.ProjectName}}:{{ .Major }}.{{ .Minor }}-arm64
|
||||||
use: buildx
|
use: buildx
|
||||||
build_flag_templates:
|
build_flag_templates:
|
||||||
- "--pull"
|
- "--pull"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue