summaryrefslogtreecommitdiff
path: root/meta.lua
diff options
context:
space:
mode:
Diffstat (limited to 'meta.lua')
-rw-r--r--meta.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta.lua b/meta.lua
index ff0bbb5..28e3bfd 100644
--- a/meta.lua
+++ b/meta.lua
@@ -3,6 +3,6 @@ return {
3 image = "images:debian/trixie", 3 image = "images:debian/trixie",
4 name = "image-clang32", 4 name = "image-clang32",
5 requires = {}, 5 requires = {},
6 produces = {"hello.txt", "incus.tar.xz","rootfs.squashfs"}, 6 produces = {"incus.tar.xz","rootfs.squashfs"},
7 } 7 }
8} 8}