Engine

A list of engines to generate target artifacts for.

An engine is the underlying environment that will be used to run the component.

Example:

engines:
  - type: docker
    image: "bash:4.0"
  - type: native