I’ve noticed that some Jenkins builds output a disk.qcow2 file and some don’t. Specifically arm64 for some distros and voidlinux builds don’t include it. Why is this? These files would be useful to me and I’m not clear on the reason for the discrepancy.
Do you mind sharing a few links?
Doesn’t:
https://jenkins.linuxcontainers.org/job/image-archlinux/architecture=arm64,release=current,variant=default/
https://jenkins.linuxcontainers.org/job/image-voidlinux/architecture=amd64,release=current,variant=default/
1 Like
We don’t build VM images for all distributions, releases and architectures.
It’s pretty costly (time/resources) to build those and also may be missing some logic in distrobuilder in some circumstances.
Basically all the definition, both the distrobuilder YAML files and the matching Jenkins jobs can be found in GitHub - lxc/lxc-ci: LXC continuous integration and build scripts