images.yaml and workflows generate properly with the Justfile ...I'm pretty confident with this PR at this point.
The conditional manifest generation was the last hurdle, but since we use just variables to allow generation of a full script, we can see it should be working quite nicely.
In a nutshell, this enables ARM for akmods builds of:
CentOS kernel
CentOS Kmods SIG kernel
CoreOS kernels
longterm 6.12 fedora kernel
NOT for:
bazzite kernels
"main" (latest fedora) kernels
anything on Fedora 41
the images.yaml format and workflow/justfile support building: x86_64 only, aarch64 only, or both. Currently we have x86_64 only and both building.
When merging, the primary thing to be watching will be that manifests generate correctly as that should be the only thing which impacts current x86_64 builds.