summaryrefslogtreecommitdiff
path: root/meta.lua
diff options
context:
space:
mode:
Diffstat (limited to 'meta.lua')
-rw-r--r--meta.lua5
1 files changed, 2 insertions, 3 deletions
diff --git a/meta.lua b/meta.lua
index 0a67f08..cac9e4b 100644
--- a/meta.lua
+++ b/meta.lua
@@ -1,9 +1,8 @@
1return { 1return {
2 { 2 {
3 image = "image-distrobuilder",
4 name = "image-clang32", 3 name = "image-clang32",
5 requires = {}, 4 requires = {},
6 produces = {"incus.tar.xz","rootfs.squashfs"}, 5 produces = {},
7 timeout = 60*5, 6 export = true
8 } 7 }
9} 8}