mirror of
https://github.com/kubesphere/kubekey.git
synced 2025-12-26 01:22:51 +00:00
fix: add goreleaser
Signed-off-by: joyceliu <joyceliu@yunify.com>
This commit is contained in:
parent
2d320c77e3
commit
cb138e14fa
|
|
@ -19,8 +19,8 @@ builds:
|
|||
- arm64
|
||||
binary: kubekey
|
||||
ldflags: "{{ .Env.LDFLAGS }}"
|
||||
flags:
|
||||
- -tags=builtin
|
||||
tags:
|
||||
- builtin
|
||||
|
||||
archives:
|
||||
- format: tar.gz
|
||||
|
|
@ -28,6 +28,8 @@ archives:
|
|||
files:
|
||||
- none*
|
||||
|
||||
checksum:
|
||||
name_template: "{{ .ProjectName }}_v{{ .Version }}_checksums.txt"
|
||||
|
||||
release:
|
||||
prerelease: auto
|
||||
|
|
|
|||
Loading…
Reference in New Issue