mirror of
https://github.com/davidallendj/magellan.git
synced 2025-12-19 19:17:02 -07:00
chore: updated goreleaser references
This commit is contained in:
parent
bf1ab1922b
commit
91cc277863
1 changed files with 12 additions and 12 deletions
|
|
@ -63,8 +63,8 @@ nfpms:
|
||||||
- apk
|
- apk
|
||||||
- archlinux
|
- archlinux
|
||||||
maintainer: "David J. Allen <allend@lanl.gov>"
|
maintainer: "David J. Allen <allend@lanl.gov>"
|
||||||
description: "Magellan is a discovery tool for BMCs."
|
description: "General purpose discovery CLI tool"
|
||||||
homepage: "https://towk2.me"
|
homepage: "https://git.towk2.me/towk/magellan-ng"
|
||||||
license: MIT
|
license: MIT
|
||||||
section: utils
|
section: utils
|
||||||
priority: optional
|
priority: optional
|
||||||
|
|
@ -75,9 +75,9 @@ nfpms:
|
||||||
|
|
||||||
dockers:
|
dockers:
|
||||||
- image_templates:
|
- image_templates:
|
||||||
- &amd64_linux_image ghcr.io/davidallendj/{{.ProjectName}}:{{ .Tag }}-amd64
|
- &amd64_linux_image git.towk2.me/towk/{{.ProjectName}}:{{ .Tag }}-amd64
|
||||||
- ghcr.io/davidallendj/{{.ProjectName}}:{{ .Major }}-amd64
|
- git.towk2.me/towk/{{.ProjectName}}:{{ .Major }}-amd64
|
||||||
- ghcr.io/davidallendj/{{.ProjectName}}:{{ .Major }}.{{ .Minor }}-amd64
|
- git.towk2.me/towk/{{.ProjectName}}:{{ .Major }}.{{ .Minor }}-amd64
|
||||||
use: buildx
|
use: buildx
|
||||||
build_flag_templates:
|
build_flag_templates:
|
||||||
- "--pull"
|
- "--pull"
|
||||||
|
|
@ -93,9 +93,9 @@ dockers:
|
||||||
- CHANGELOG.md
|
- CHANGELOG.md
|
||||||
- README.md
|
- README.md
|
||||||
- image_templates:
|
- image_templates:
|
||||||
- &arm64v7_linux_image ghcr.io/davidallendj/{{.ProjectName}}:{{ .Tag }}-arm64
|
- &arm64v7_linux_image git.towk2.me/towk/{{.ProjectName}}:{{ .Tag }}-arm64
|
||||||
- ghcr.io/davidallendj/{{.ProjectName}}:{{ .Major }}-arm64
|
- git.towk2.me/towk/{{.ProjectName}}:{{ .Major }}-arm64
|
||||||
- ghcr.io/davidallendj/{{.ProjectName}}:{{ .Major }}.{{ .Minor }}-arm64
|
- git.towk2.me/towk/{{.ProjectName}}:{{ .Major }}.{{ .Minor }}-arm64
|
||||||
use: buildx
|
use: buildx
|
||||||
build_flag_templates:
|
build_flag_templates:
|
||||||
- "--pull"
|
- "--pull"
|
||||||
|
|
@ -111,22 +111,22 @@ dockers:
|
||||||
goarch: arm64
|
goarch: arm64
|
||||||
|
|
||||||
docker_manifests:
|
docker_manifests:
|
||||||
- name_template: "ghcr.io/davidallendj/{{.ProjectName}}:latest"
|
- name_template: "git.towk2.me/towk/{{.ProjectName}}:latest"
|
||||||
image_templates:
|
image_templates:
|
||||||
- *amd64_linux_image
|
- *amd64_linux_image
|
||||||
- *arm64v7_linux_image
|
- *arm64v7_linux_image
|
||||||
|
|
||||||
- name_template: "ghcr.io/davidallendj/{{.ProjectName}}:{{ .Tag }}"
|
- name_template: "git.towk2.me/towk/{{.ProjectName}}:{{ .Tag }}"
|
||||||
image_templates:
|
image_templates:
|
||||||
- *amd64_linux_image
|
- *amd64_linux_image
|
||||||
- *arm64v7_linux_image
|
- *arm64v7_linux_image
|
||||||
|
|
||||||
- name_template: "ghcr.io/davidallendj/{{.ProjectName}}:{{ .Major }}"
|
- name_template: "git.towk2.me/towk/{{.ProjectName}}:{{ .Major }}"
|
||||||
image_templates:
|
image_templates:
|
||||||
- *amd64_linux_image
|
- *amd64_linux_image
|
||||||
- *arm64v7_linux_image
|
- *arm64v7_linux_image
|
||||||
|
|
||||||
- name_template: "ghcr.io/davidallendj/{{.ProjectName}}:{{ .Major }}.{{ .Minor }}"
|
- name_template: "git.towk2.me/towk/{{.ProjectName}}:{{ .Major }}.{{ .Minor }}"
|
||||||
image_templates:
|
image_templates:
|
||||||
- *amd64_linux_image
|
- *amd64_linux_image
|
||||||
- *arm64v7_linux_image
|
- *arm64v7_linux_image
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue