forked from banzaicloud/banzai-cli
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.goreleaser.unstable.yml
39 lines (35 loc) · 933 Bytes
/
.goreleaser.unstable.yml
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
builds:
-
main: ./cmd/banzai
binary: banzai
env:
- CGO_ENABLED=0
ldflags: "-s -w -X main.version={{ .Version }} -X main.commitHash={{ .ShortCommit }} -X main.buildDate={{ .Date }}"
goos:
- linux
- darwin
- windows
goarch:
- amd64
archives:
-
name_template: "banzai_{{ .Version }}_{{ .Os }}_{{ .Arch }}"
format_overrides:
-
goos: windows
format: zip
checksum:
name_template: "banzai_checksums.txt"
changelog:
skip: true
nfpms:
-
vendor: Banzai Cloud
maintainer: Banzai Cloud <[email protected]>
homepage: https://banzaicloud.com/
description: Command-line interface for Banzai Cloud Pipeline platform
formats:
- deb
- rpm
bindir: /usr/bin
license: Apache 2.0