mirror of
https://github.com/containers/bootc.git
synced 2026-02-05 06:45:13 +01:00
In the future, we may want to "shard" tests across multiple runners, but as is right now it's basically just adding overhead to copy the disk image as an artifact across the job. While we're here, clean things up further to match the general principle that GHA flows should mostly just be running `just`. The logic from build.sh to map from strings -> containers though moves into the GHA for now. Signed-off-by: Colin Walters <walters@verbum.org>