summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander M Pickering <alex@cogarr.net>2024-07-20 14:45:58 -0500
committerAlexander M Pickering <alex@cogarr.net>2024-07-20 14:45:58 -0500
commit6181b66031caaad554320f46eef1b3056d6485cb (patch)
treeeea38bf44f49db2628149fea7edf51c63eebbf9a
parent9ca88b0043618caadb7475387c5326da0449b58d (diff)
downloadimage-clang32-6181b66031caaad554320f46eef1b3056d6485cb.tar.gz
image-clang32-6181b66031caaad554320f46eef1b3056d6485cb.tar.bz2
image-clang32-6181b66031caaad554320f46eef1b3056d6485cb.zip
Fix meta.lua
-rw-r--r--meta.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta.lua b/meta.lua
index 9e16b56..ff0bbb5 100644
--- a/meta.lua
+++ b/meta.lua
@@ -1,6 +1,6 @@
1return { 1return {
2 { 2 {
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 = {"hello.txt", "incus.tar.xz","rootfs.squashfs"},