File tree Expand file tree Collapse file tree 1 file changed +0
-18
lines changed
Expand file tree Collapse file tree 1 file changed +0
-18
lines changed Original file line number Diff line number Diff line change @@ -10,9 +10,6 @@ builds:
1010 - -X main.Version={{ .Version }}
1111 targets :
1212 - linux_amd64
13- hooks :
14- post :
15- - upx "{{ .Path }}"
1613 - binary : artifact-cas
1714 id : artifact-cas
1815 main : ./app/artifact-cas/cmd
@@ -21,9 +18,6 @@ builds:
2118 - -X main.Version={{ .Version }}
2219 targets :
2320 - linux_amd64
24- hooks :
25- post :
26- - upx "{{ .Path }}"
2721 - binary : chainloop
2822 id : cli
2923 main : ./app/cli
@@ -34,9 +28,6 @@ builds:
3428 - darwin_arm64
3529 - linux_amd64
3630 - linux_arm64
37- hooks :
38- post :
39- - upx "{{ .Path }}"
4031 # Plugins build
4132 # NOTE: On the event of a new plugin added to the project you need to
4233 # 1 - Add the plugins binary to be built in this section
@@ -47,25 +38,16 @@ builds:
4738 main : ./app/controlplane/plugins/core/discord-webhook/v1/cmd
4839 targets :
4940 - linux_amd64
50- hooks :
51- post :
52- - upx "{{ .Path }}"
5341 - binary : chainloop-plugin-smtp
5442 id : chainloop-plugin-smtp
5543 main : ./app/controlplane/plugins/core/smtp/v1/cmd
5644 targets :
5745 - linux_amd64
58- hooks :
59- post :
60- - upx "{{ .Path }}"
6146 - binary : chainloop-plugin-dependency-track
6247 id : chainloop-plugin-dependency-track
6348 main : ./app/controlplane/plugins/core/dependency-track/v1/cmd
6449 targets :
6550 - linux_amd64
66- hooks :
67- post :
68- - upx "{{ .Path }}"
6951archives :
7052 - builds :
7153 - cli
You can’t perform that action at this time.
0 commit comments