From ac237b5691130bbf6be4b50d4ae3835c14b2c3bb Mon Sep 17 00:00:00 2001 From: Alexander M Pickering Date: Tue, 23 Jul 2024 16:57:56 -0500 Subject: Update with new export --- meta.lua | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'meta.lua') diff --git a/meta.lua b/meta.lua index 0a67f08..cac9e4b 100644 --- a/meta.lua +++ b/meta.lua @@ -1,9 +1,8 @@ return { { - image = "image-distrobuilder", name = "image-clang32", requires = {}, - produces = {"incus.tar.xz","rootfs.squashfs"}, - timeout = 60*5, + produces = {}, + export = true } } -- cgit v1.2.3-55-g6feb