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