output type
Specifies the configuration for the output image and artifacts.
image [outputImage]
Specifies the configuration for the output image.
Example:
output:
image:
path: ./out/image.vhdx
format: vhdx
Added in v0.13.0.
artifacts [outputArtifacts]
Specifies the configuration for the output directory containing the generated artifacts.
Example:
output:
artifacts:
items:
- ukis
- shim
- systemd-boot
path: ./output
previewFeatures:
- output-artifacts
Added in v0.14.