4 Star 7 Fork 0

KubeSphere / ks

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
.goreleaser.yml 2.38 KB
一键复制 编辑 原始数据 按行查看 历史
# Official documentation at http://goreleaser.com
project_name: ks
builds:
- env:
- CGO_ENABLED=0
id: "ks"
binary: ks
goarch:
- amd64
- arm64
goos:
- windows
- linux
- darwin
hooks:
post:
- upx "{{ .Path }}"
ldflags:
- -X github.com/linuxsuren/cobra-extension/version.version={{.Version}}
- -X github.com/linuxsuren/cobra-extension/version.commit={{.ShortCommit}}
- -X github.com/linuxsuren/cobra-extension/version.date={{.Date}}
- -w
- env:
- CGO_ENABLED=0
id: "kubectl-ks"
binary: kubectl-ks
main: ./kubectl-plugin/kubectl-ks.go
goarch:
- amd64
goos:
- linux
- darwin
hooks:
post:
- upx "{{ .Path }}"
ldflags:
- -X github.com/linuxsuren/cobra-extension/version.version={{.Version}}
- -X github.com/linuxsuren/cobra-extension/version.commit={{.ShortCommit}}
- -X github.com/linuxsuren/cobra-extension/version.date={{.Date}}
- -w
dist: bin
archives:
- name_template: "ks-{{ .Os }}-{{ .Arch }}"
id: "ks"
builds:
- ks
replacements:
darwin: darwin
linux: linux
windows: windows
amd64: amd64
arm64: arm64
format_overrides:
- goos: windows
format: zip
files:
- README.md
- LICENSE
- name_template: "kubectl-ks-{{ .Os }}-{{ .Arch }}"
id: "kubectl-ks"
builds:
- "kubectl-ks"
replacements:
darwin: darwin
linux: linux
amd64: amd64
files:
- README.md
- LICENSE
checksum:
name_template: 'checksums.txt'
snapshot:
name_template: "{{ .Tag }}-next-{{.ShortCommit}}"
changelog:
skip: true
sort: asc
filters:
exclude:
- '^docs:'
- '^test:'
nfpms:
- file_name_template: "ks-{{.Os}}-{{.Arch}}"
id: "ks"
homepage: https://github.com/kubesphere-sigs/ks
description: ks is a tool which makes it be easy to work with KubeSphere.
maintainer: rick <rick@jenkins-zh.cn>
license: MIT
vendor: KubeSphere
formats:
- deb
- rpm
recommends:
- bash-completion
- vim
- kubectl
bindir: /usr/local/bin
replacements:
amd64: 64bit
arm64: arm64
darwin: macOS
linux: linux
windows: windows
dockers:
- goos: linux
goarch: amd64
image_templates:
- "surenpi/ks:latest"
- "surenpi/ks:{{.Tag}}"
- "ghcr.io/linuxsuren/ks/ks:latest"
- "ghcr.io/linuxsuren/ks/ks:{{.Tag}}"
1
https://gitee.com/kubesphere/ks.git
git@gitee.com:kubesphere/ks.git
kubesphere
ks
ks
master

搜索帮助