Hi everybody,
I have no experience with the distrobuilder, recently I have tried in fedora/40 incus vm and get the following error.
[root@testfedora test]# distrobuilder build-incus ../fedora.yaml
INFO [2024-06-28T13:12:16Z] Downloading source
Error: Error while downloading source: Failed to get latest build: Unable to find latest build
ERROR [2024-06-28T13:12:17Z] Failed running distrobuilder err="Error while downloading source: Failed to get latest build: Unable to find latest build"
INFO [2024-06-28T13:12:17Z] Removing cache directory
Our production YAMLs are partial and depend on additional flags being passed through the command line. You typically need to provide image.release, image.architecture and image.variant.
In this case, you should try -o image.architecture=x86_64 -o image.release=40 -o image.variant=default