Hello everyone,
I need to build multiple images from one project. If I got the docu right, I can use collections to choose different package configurations. But I think a :
ptxdist go
ptxdist --collectionconfig='foo' images
ptxdist --collectionconfig='bar' images
would override the first image build? Is it possible to specify different target names or paths? I would like to have something lik:
platform/foo/images/
platform/bar/images/
or
platform/foo_images/
platform/bar_images/
Thanks
Markus