This reverts commit 6ae099cb81cb5eaec69137d3c6dbcfd2ee3df370.
Variant name IoT_bootc_base won't work, pungi error:
IoT_bootc_base
Compose run failed: Variant: Field 'id' has invalid value: IoT_bootc_base. It does not match any provided REs: ['^[a-zA-Z0-9]+$']
It doesn't like _ chars so you could also update it to not use those?
Right, I think we want those for the new sync tool, so going to use "subvariant": "IoT_bootc_base", in the next PR
"subvariant": "IoT_bootc_base",
Pull-Request has been merged by pbrobinson
This reverts commit 6ae099cb81cb5eaec69137d3c6dbcfd2ee3df370.
Variant name
IoT_bootc_basewon't work, pungi error: