1 Star 0 Fork 16

上海辉星信息科技有限公司/kubeeye

forked from KubeSphere/kubeeye 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
.goreleaser.yaml 1.08 KB
一键复制 编辑 原始数据 按行查看 历史
pixiake 提交于 2022-03-14 07:58 . add github action workflows
# Official documentation at http://goreleaser.com
project_name: kubeeye
builds:
- env:
- CGO_ENABLED=0
main: ./cmd/ke/main.go
binary: ke
goarch:
- amd64
- arm64
goos:
- linux
dist: bin
archives:
- name_template: "kubeeye-v{{ .Version }}-{{ .Os }}-{{ .Arch }}"
replacements:
linux: linux
amd64: amd64
arm64: arm64
files:
- none*
checksum:
name_template: 'checksums.txt'
snapshot:
name_template: "{{ .Version }}-next-{{.ShortCommit}}"
changelog:
skip: true
sort: asc
filters:
exclude:
- '^docs:'
- '^test:'
nfpms:
- file_name_template: "kubeeye-v{{ .Version }}-{{.Os}}-{{.Arch}}"
homepage: https://github.com/kubesphere/kubeeye
description: "KubeEye aims to find various problems on Kubernetes, such as application misconfiguration, unhealthy cluster components and node problems."
maintainer: kubesphere authors
license: Apache-2.0
vendor: Kubesphere
formats:
- deb
- rpm
bindir: /usr/bin
replacements:
amd64: 64bit
arm64: arm64
linux: linux
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Go
1
https://gitee.com/volestar/kubeeye.git
git@gitee.com:volestar/kubeeye.git
volestar
kubeeye
kubeeye
main

搜索帮助