File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -26,12 +26,54 @@ builds:
2626 goarch : ppc64le
2727 - goos : windows
2828 goarch : ppc64le
29+ - id : " backend"
30+ main : ./cmd/backend
31+ binary : bin/backend
32+ env :
33+ - CGO_ENABLED=0
34+ ldflags :
35+ - " {{ .Env.LDFLAGS }}"
36+ goos :
37+ - linux
38+ - darwin
39+ goarch :
40+ - amd64
41+ - arm64
42+ - ppc64le
43+ ignore :
44+ - goos : darwin
45+ goarch : ppc64le
46+ - id : " konnector"
47+ main : ./cmd/konnector
48+ binary : bin/konnector
49+ env :
50+ - CGO_ENABLED=0
51+ ldflags :
52+ - " {{ .Env.LDFLAGS }}"
53+ goos :
54+ - linux
55+ - darwin
56+ goarch :
57+ - amd64
58+ - arm64
59+ - ppc64le
60+ ignore :
61+ - goos : darwin
62+ goarch : ppc64le
2963
3064archives :
3165- id : kubectl-bind
3266 builds :
3367 - kubectl-bind
3468 name_template : " kubectl-bind_{{ .Version }}_{{ .Os }}_{{ .Arch }}"
69+ - id : backend
70+ builds :
71+ - backend
72+ name_template : " backend_{{ .Version }}_{{ .Os }}_{{ .Arch }}"
73+ - id : konnector
74+ builds :
75+ - konnector
76+ name_template : " konnector_{{ .Version }}_{{ .Os }}_{{ .Arch }}"
3577
3678release :
3779 prerelease : auto
You can’t perform that action at this time.
0 commit comments