diff options
Diffstat (limited to '')
| -rw-r--r-- | meta.lua | 5 |
1 files changed, 2 insertions, 3 deletions
| @@ -1,9 +1,8 @@ | |||
| 1 | return { | 1 | return { |
| 2 | { | 2 | { |
| 3 | image = "image-distrobuilder", | ||
| 4 | name = "image-clang32", | 3 | name = "image-clang32", |
| 5 | requires = {}, | 4 | requires = {}, |
| 6 | produces = {"incus.tar.xz","rootfs.squashfs"}, | 5 | produces = {}, |
| 7 | timeout = 60*5, | 6 | export = true |
| 8 | } | 7 | } |
| 9 | } | 8 | } |
