summaryrefslogtreecommitdiff
path: root/meta.lua
diff options
context:
space:
mode:
authorAlexander M Pickering <alex@cogarr.net>2024-07-22 16:40:28 -0500
committerAlexander M Pickering <alex@cogarr.net>2024-07-22 16:40:28 -0500
commitb1e258e400438c09e067cee764a06405071cd4e6 (patch)
tree702f35e4b49c6fb7b91728d751936e9b245d5c53 /meta.lua
parent6181b66031caaad554320f46eef1b3056d6485cb (diff)
downloadimage-clang32-b1e258e400438c09e067cee764a06405071cd4e6.tar.gz
image-clang32-b1e258e400438c09e067cee764a06405071cd4e6.tar.bz2
image-clang32-b1e258e400438c09e067cee764a06405071cd4e6.zip
Correct meta.lua
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}