File tree 1 file changed +25
-25
lines changed
1 file changed +25
-25
lines changed Original file line number Diff line number Diff line change @@ -5,39 +5,39 @@ before:
5
5
# you may remove this if you don't need go generate
6
6
- go generate ./...
7
7
builds :
8
- - id : " kn-vsphere-build"
9
- binary : kn-vsphere
10
- main : ./plugins/vsphere/cmd/vsphere/main.go
11
- env :
12
- - CGO_ENABLED=0
13
- flags :
14
- - -mod=vendor
15
- ldflags :
16
- - -X 'github.com/vmware-tanzu/sources-for-knative/plugins/vsphere/pkg/command/version.BuildDate={{.Date}}'
17
- - -X 'github.com/vmware-tanzu/sources-for-knative/plugins/vsphere/pkg/command/version.Version={{.Version}}'
18
- - -X 'github.com/vmware-tanzu/sources-for-knative/plugins/vsphere/pkg/command/version.GitRevision={{.Commit}}'
8
+ - id : " kn-vsphere-build"
9
+ binary : kn-vsphere
10
+ main : ./plugins/vsphere/cmd/vsphere/main.go
11
+ env :
12
+ - CGO_ENABLED=0
13
+ flags :
14
+ - -mod=vendor
15
+ ldflags :
16
+ - -X 'github.com/vmware-tanzu/sources-for-knative/plugins/vsphere/pkg/command/version.BuildDate={{.Date}}'
17
+ - -X 'github.com/vmware-tanzu/sources-for-knative/plugins/vsphere/pkg/command/version.Version={{.Version}}'
18
+ - -X 'github.com/vmware-tanzu/sources-for-knative/plugins/vsphere/pkg/command/version.GitRevision={{.Commit}}'
19
19
archives :
20
- - replacements :
21
- darwin : Darwin
22
- linux : Linux
23
- windows : Windows
24
- 386 : i386
25
- amd64 : x86_64
26
- name_template : " kn-vsphere_{{ .Version }}_ {{ .Os }}_ {{ .Arch }}"
27
- files :
28
- - LICENSE
29
- - ./plugins/vsphere/README.adoc
30
- wrap_in_directory : true
20
+ - id : foo
21
+ name_template : >-
22
+ {{ .ProjectName }}_
23
+ {{- title .Os }}_
24
+ {{- if eq .Arch "amd64" }}x86_64
25
+ {{- else if eq .Arch "386" }}i386
26
+ {{- else }}{{ .Arch }}{{ end }}
27
+ files :
28
+ - LICENSE
29
+ - ./plugins/vsphere/README.adoc
30
+ wrap_in_directory : true
31
31
checksum :
32
- name_template : ' checksums.txt'
32
+ name_template : " checksums.txt"
33
33
snapshot :
34
34
name_template : " {{ .Tag }}-next"
35
35
changelog :
36
36
sort : asc
37
37
filters :
38
38
exclude :
39
- - ' ^docs:'
40
- - ' ^test:'
39
+ - " ^docs:"
40
+ - " ^test:"
41
41
release :
42
42
draft : false
43
43
prerelease : false
You can’t perform that action at this time.
0 commit comments