File tree 2 files changed +54
-0
lines changed
2 files changed +54
-0
lines changed Original file line number Diff line number Diff line change @@ -47,6 +47,17 @@ builds:
47
47
- amd64
48
48
- arm64
49
49
50
+ - id : schedule-builder
51
+ no_unique_dist_dir : true
52
+ main : ./cmd/schedule-builder
53
+ binary : schedule-builder-{{ .Arch }}-{{ .Os }}
54
+ goos :
55
+ - linux
56
+ - darwin
57
+ goarch :
58
+ - amd64
59
+ - arm64
60
+
50
61
archives :
51
62
- format : binary
52
63
name_template : " {{ .Binary }}"
@@ -109,6 +120,22 @@ sboms:
109
120
documents :
110
121
- " publish-release-bom.json.spdx"
111
122
123
+ - id : schedule-builder
124
+ cmd : bom
125
+ args :
126
+ - generate
127
+ - " --output"
128
+ - " schedule-builder-bom.json.spdx"
129
+ - " -d"
130
+ - " ../"
131
+ - " -c"
132
+ - " ../.schedule-builder-bom-config.yaml"
133
+ - " --format"
134
+ - " json"
135
+ artifacts : any
136
+ documents :
137
+ - " schedule-builder-bom.json.spdx"
138
+
112
139
checksum :
113
140
name_template : ' checksums.txt'
114
141
Original file line number Diff line number Diff line change
1
+ ---
2
+ license : Apache-2.0
3
+ name : schedule-builder
4
+ creator :
5
+ person : The Kubernetes Authors
6
+ tool : schedule-builder
7
+
8
+ artifacts :
9
+ - type : file
10
+ source : schedule-builder-amd64-darwin
11
+ license : Apache-2.0
12
+ gomodules : true
13
+
14
+ - type : file
15
+ source : schedule-builder-amd64-linux
16
+ license : Apache-2.0
17
+ gomodules : true
18
+
19
+ - type : file
20
+ source : schedule-builder-arm64-darwin
21
+ license : Apache-2.0
22
+ gomodules : true
23
+
24
+ - type : file
25
+ source : schedule-builder-arm64-linux
26
+ license : Apache-2.0
27
+ gomodules : true
You can’t perform that action at this time.
0 commit comments