File tree Expand file tree Collapse file tree 2 files changed +19
-3
lines changed Expand file tree Collapse file tree 2 files changed +19
-3
lines changed Original file line number Diff line number Diff line change 4
4
push :
5
5
tags :
6
6
- ' v*'
7
+ pull_request :
8
+ paths :
9
+ - .github/workflows/goreleaser.yml
10
+ - .goreleaser.yaml
7
11
8
12
permissions :
9
13
contents : write
Original file line number Diff line number Diff line change @@ -12,6 +12,19 @@ builds:
12
12
- arm64
13
13
env :
14
14
- CGO_ENABLED=0
15
+ - id : " kubectl-tmc"
16
+ main : ./cmd/kubectl-tmc
17
+ binary : bin/kubectl-tmc
18
+ ldflags :
19
+ - " {{ .Env.LDFLAGS }}"
20
+ goos :
21
+ - linux
22
+ - darwin
23
+ goarch :
24
+ - amd64
25
+ - arm64
26
+ env :
27
+ - CGO_ENABLED=0
15
28
- id : " kubectl-workload"
16
29
main : ./cmd/kubectl-workload
17
30
binary : bin/kubectl-workload
@@ -28,14 +41,13 @@ builds:
28
41
archives :
29
42
- id : tmc
30
43
builds :
31
- - tmc
44
+ - kubectl-tmc
45
+ - kubectl-workload
32
46
- id : kubectl-tmc-plugin
33
47
builds :
34
48
- kubectl-tmc
35
49
- kubectl-workload
36
50
name_template : " kubectl-tmc-plugin_{{ .Version }}_{{ .Os }}_{{ .Arch }}"
37
- files :
38
- - bin/kubectl-workloads
39
51
release :
40
52
draft : true
41
53
prerelease : auto
You can’t perform that action at this time.
0 commit comments