from variables import * osbuild = { "^BaseOS$": [ { "name": "CentOS-Stream-GenericCloud", "version": "10" "distro": "centos-stream-10" "image_types": ["qcow2"], "target": "centos-10", "arches": ["aarch64", "ppc64le", "s390x", "x86_64"], "repo": ["BaseOS","AppStream",] }, { "name": "CentOS-Stream-WSL", "failable": ["*"], "version": "10" "distro": "centos-stream-10" "image_types": ["wsl"], "target": "centos-10", "arches": ["x86_64", "aarch64"], "repo": ["BaseOS","AppStream",], "subvariant": "WSL2", }, ], }