app

apps contains a list of app entries.

An app represents a binary that can be built for builders.

Example:

apps:
 - name: hello-world
   # ... possible other fields
 - name: foobar
   # ... possible other fields

app fields

As an app is just a special kind of module, they share all fields.