forked from virtual-kubelet/virtual-kubelet
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.goreleaser.yml
More file actions
35 lines (34 loc) · 698 Bytes
/
.goreleaser.yml
File metadata and controls
35 lines (34 loc) · 698 Bytes
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
project_name: virtual-kubelet
release:
github:
owner: virtual-kubelet
name: virtual-kubelet
name_template: '{{.Tag}}'
builds:
- goos:
- linux
- darwin
- windows
goarch:
- amd64
main: .
ldflags: -s -w -X main.Version={{.Version}} -X main.BuildDate={{.Date}}
binary: virtual-kubelet
archive:
format: tar.gz
name_template: '{{.Binary}}_{{.Version}}_{{.Os}}_{{.Arch }}{{if .Arm}}v{{.Arm }}{{end }}'
files:
- licence*
- LICENCE*
- license*
- LICENSE*
- readme*
- README*
- changelog*
- CHANGELOG*
fpm:
bindir: /usr/local/bin
snapshot:
name_template: SNAPSHOT-{{.Commit }}
checksum:
name_template: '{{.ProjectName }}_{{.Version }}_checksums.txt'