File tree Expand file tree Collapse file tree 1 file changed +6
-8
lines changed Expand file tree Collapse file tree 1 file changed +6
-8
lines changed Original file line number Diff line number Diff line change @@ -16,9 +16,9 @@ builds:
16
16
goarch : ppc64le
17
17
env :
18
18
- CGO_ENABLED=0
19
- - id : " kubectl-workspace "
20
- main : ./cmd/kubectl-workspace
21
- binary : bin/kubectl-workspace
19
+ - id : " kubectl-workload "
20
+ main : ./cmd/kubectl-workload
21
+ binary : bin/kubectl-workload
22
22
ldflags :
23
23
- " {{ .Env.LDFLAGS }}"
24
24
goos :
@@ -36,8 +36,7 @@ builds:
36
36
goarch : ppc64le
37
37
hooks :
38
38
post :
39
- - ln -sfr bin/kubectl-workspace bin/kubectl-workspaces
40
- - ln -sfr bin/kubectl-workspace bin/kubectl-ws
39
+ - ln -sfr bin/kubectl-workload bin/kubectl-workloads
41
40
env :
42
41
- CGO_ENABLED=0
43
42
archives :
@@ -47,11 +46,10 @@ archives:
47
46
- id : kubectl-tmc-plugin
48
47
builds :
49
48
- kubectl-tmc
50
- - kubectl-workspace
49
+ - kubectl-workload
51
50
name_template : " kubectl-tmc-plugin_{{ .Version }}_{{ .Os }}_{{ .Arch }}"
52
51
files :
53
- - bin/kubectl-workspaces
54
- - bin/kubectl-ws
52
+ - bin/kubectl-workloads
55
53
release :
56
54
draft : true
57
55
prerelease : auto
You can’t perform that action at this time.
0 commit comments