builders
builders
contains a list of builder entries.
A builder
represents a configuration and set of available modules that an
app
can be built for.
Example:
builders:
- name: name_of_this_builder.
# ... possible other fields
- name: name_of_other_builder
# ... possible other fields
contexts:
- name: name_of_another_builder
buildable: true
# ... possible other fields
builder fields
As a builder is just a context that has buildable: true
set, they share all fields.