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