File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -122,6 +122,7 @@ streams:
122
122
# `build-mechanical` will only build those streams
123
123
scheduled : true
124
124
# OPTIONAL: Create and replicate AWS Windows License Included images for this stream.
125
+ # requires winli_billing_code under the 'aws' mapping
125
126
create_and_replicate_winli_ami : true
126
127
127
128
# REQUIRED: architectures to build for other than x86_64
@@ -212,6 +213,9 @@ clouds:
212
213
# OPTIONAL: boolean: whether or not to set the image/snapshot as public on
213
214
# initial upload (AMIs of released builds are always made public)
214
215
public : true
216
+ # OPTIONAL: billing code to create a Windows License Included Image
217
+ # required if using 'create_and_replicate_winli_ami' under the stream mappings
218
+ winli_billing_code : " bp-12345abcde"
215
219
aliyun :
216
220
# REQUIRED (if Aliyun build upload credentials provided): the region to do
217
221
# initial image creation in.
You can’t perform that action at this time.
0 commit comments