summaryrefslogtreecommitdiff
path: root/meta.lua
blob: 0a67f081f830ce8bf32acd7d770dd92327469118 (plain)
1
2
3
4
5
6
7
8
9
return {
	{
		image = "image-distrobuilder",
		name = "image-clang32",
		requires = {},
		produces = {"incus.tar.xz","rootfs.squashfs"},
		timeout = 60*5,
	}
}