diff options
author | Alexander M Pickering <alex@cogarr.net> | 2024-07-22 16:40:28 -0500 |
---|---|---|
committer | Alexander M Pickering <alex@cogarr.net> | 2024-07-22 16:40:28 -0500 |
commit | b1e258e400438c09e067cee764a06405071cd4e6 (patch) | |
tree | 702f35e4b49c6fb7b91728d751936e9b245d5c53 /meta.lua | |
parent | 6181b66031caaad554320f46eef1b3056d6485cb (diff) | |
download | image-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.lua | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 | } |