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 44 push :
55 tags :
66 - ' v*'
7+ pull_request :
8+ paths :
9+ - .github/workflows/goreleaser.yml
10+ - .goreleaser.yaml
711
812permissions :
913 contents : write
Original file line number Diff line number Diff line change @@ -12,6 +12,19 @@ builds:
1212 - arm64
1313 env :
1414 - 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
1528- id : " kubectl-workload"
1629 main : ./cmd/kubectl-workload
1730 binary : bin/kubectl-workload
@@ -28,14 +41,13 @@ builds:
2841archives :
2942- id : tmc
3043 builds :
31- - tmc
44+ - kubectl-tmc
45+ - kubectl-workload
3246- id : kubectl-tmc-plugin
3347 builds :
3448 - kubectl-tmc
3549 - kubectl-workload
3650 name_template : " kubectl-tmc-plugin_{{ .Version }}_{{ .Os }}_{{ .Arch }}"
37- files :
38- - bin/kubectl-workloads
3951release :
4052 draft : true
4153 prerelease : auto
You can’t perform that action at this time.
0 commit comments