mirror of
https://github.com/kairos-io/kairos-agent.git
synced 2025-08-30 23:56:14 +00:00
art: rename kairos-agent and add sha256 signatures (#670)
* 🎨 Change kairos agent release name and sign sha256 This patch changes the release artifact to be named kairos-agent instead of just kairos, so its clear what the archive is referring to. Also adds cosign signatures to the iso sha256 files so users can confirm they havent been tampered with Signed-off-by: Itxaka <itxaka@spectrocloud.com> * Add docs for signature and checksum verification for ISO Signed-off-by: Itxaka <itxaka@spectrocloud.com> * Update version used for signing docs Signed-off-by: Itxaka <itxaka@spectrocloud.com> --------- Signed-off-by: Itxaka <itxaka@spectrocloud.com> Co-authored-by: Itxaka <itxaka@spectrocloud.com>
This commit is contained in:
@@ -1,4 +1,5 @@
|
|||||||
# Make sure to check the documentation at http://goreleaser.com
|
# Make sure to check the documentation at http://goreleaser.com
|
||||||
|
project_name: kairos-agent
|
||||||
builds:
|
builds:
|
||||||
- ldflags:
|
- ldflags:
|
||||||
- -w -s
|
- -w -s
|
||||||
@@ -11,14 +12,14 @@ builds:
|
|||||||
- arm64
|
- arm64
|
||||||
- 386
|
- 386
|
||||||
main: ./cmd/agent/
|
main: ./cmd/agent/
|
||||||
id: "kairos-agent"
|
binary: '{{ .ProjectName }}'
|
||||||
binary: "kairos-agent"
|
|
||||||
source:
|
source:
|
||||||
enabled: true
|
enabled: true
|
||||||
name_template: '{{ .ProjectName }}-{{ .Tag }}-source'
|
name_template: '{{ .ProjectName }}-{{ .Tag }}-source'
|
||||||
archives:
|
archives:
|
||||||
# Default template uses underscores instead of -
|
# Default template uses underscores instead of -
|
||||||
- name_template: "{{ .ProjectName }}-{{ .Tag }}-{{ .Os }}-{{ .Arch }}{{ if .Arm }}v{{ .Arm }}{{ end }}"
|
- name_template: "{{ .ProjectName }}-{{ .Tag }}-{{ .Os }}-{{ .Arch }}{{ if .Arm }}v{{ .Arm }}{{ end }}"
|
||||||
|
# TODO: this is deprecated -> https://goreleaser.com/deprecations#archivesreplacements
|
||||||
replacements:
|
replacements:
|
||||||
darwin: Darwin
|
darwin: Darwin
|
||||||
linux: Linux
|
linux: Linux
|
||||||
|
Reference in New Issue
Block a user