is there a way to build multiple targets with different distros/machine
combinations? Currently, only one distro and machine is allowed. I'd
like to run multiple (subsequent) builds with different
machine/image/distro combinations, e.g.:
machine-1/image-one/distro-one
machine-1/image-two/distro-one
machine-2/image-three/distro-two
I thought using "kas build one.yml:two.yml" with one.yml and two.yml
containing different machine/image/distro combinations would yield the
desired result, but this is not the case. The configs are just merged,
resulting in the above settings being overridden.
Any idea on how to achieve this?
Kind regards,
Martin Schwan