File tree 1 file changed +0
-18
lines changed
1 file changed +0
-18
lines changed Original file line number Diff line number Diff line change @@ -10,9 +10,6 @@ builds:
10
10
- -X main.Version={{ .Version }}
11
11
targets :
12
12
- linux_amd64
13
- hooks :
14
- post :
15
- - upx "{{ .Path }}"
16
13
- binary : artifact-cas
17
14
id : artifact-cas
18
15
main : ./app/artifact-cas/cmd
@@ -21,9 +18,6 @@ builds:
21
18
- -X main.Version={{ .Version }}
22
19
targets :
23
20
- linux_amd64
24
- hooks :
25
- post :
26
- - upx "{{ .Path }}"
27
21
- binary : chainloop
28
22
id : cli
29
23
main : ./app/cli
@@ -34,9 +28,6 @@ builds:
34
28
- darwin_arm64
35
29
- linux_amd64
36
30
- linux_arm64
37
- hooks :
38
- post :
39
- - upx "{{ .Path }}"
40
31
# Plugins build
41
32
# NOTE: On the event of a new plugin added to the project you need to
42
33
# 1 - Add the plugins binary to be built in this section
@@ -47,25 +38,16 @@ builds:
47
38
main : ./app/controlplane/plugins/core/discord-webhook/v1/cmd
48
39
targets :
49
40
- linux_amd64
50
- hooks :
51
- post :
52
- - upx "{{ .Path }}"
53
41
- binary : chainloop-plugin-smtp
54
42
id : chainloop-plugin-smtp
55
43
main : ./app/controlplane/plugins/core/smtp/v1/cmd
56
44
targets :
57
45
- linux_amd64
58
- hooks :
59
- post :
60
- - upx "{{ .Path }}"
61
46
- binary : chainloop-plugin-dependency-track
62
47
id : chainloop-plugin-dependency-track
63
48
main : ./app/controlplane/plugins/core/dependency-track/v1/cmd
64
49
targets :
65
50
- linux_amd64
66
- hooks :
67
- post :
68
- - upx "{{ .Path }}"
69
51
archives :
70
52
- builds :
71
53
- cli
You can’t perform that action at this time.
0 commit comments