-
Notifications
You must be signed in to change notification settings - Fork 126
/
.goreleaser.yaml
51 lines (51 loc) · 1.15 KB
/
.goreleaser.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
# 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
- windows
- darwin
dist: bin
archives:
- name_template: "kubeeye-v{{ .Version }}-{{ .Os }}-{{ .Arch }}"
replacements:
linux: linux
amd64: amd64
arm64: arm64
darwin: darwin
windows: windows
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