diff options
-rwxr-xr-x | init | 3 | ||||
-rw-r--r-- | meta.lua | 2 |
2 files changed, 1 insertions, 4 deletions
@@ -1,6 +1,3 @@ | |||
1 | #!/bin/bash -ex | 1 | #!/bin/bash -ex |
2 | apt update | 2 | apt update |
3 | apt install -yqq distrobuilder | ||
4 | distrobuilder build-incus image-clang32/image-clang32.yaml | 3 | distrobuilder build-incus image-clang32/image-clang32.yaml |
5 | |||
6 | echo "Hello, world!" > hello.txt | ||
@@ -1,6 +1,6 @@ | |||
1 | return { | 1 | return { |
2 | { | 2 | { |
3 | image = "images:debian/trixie", | 3 | image = "image-distrobuilder", |
4 | name = "image-clang32", | 4 | name = "image-clang32", |
5 | requires = {}, | 5 | requires = {}, |
6 | produces = {"incus.tar.xz","rootfs.squashfs"}, | 6 | produces = {"incus.tar.xz","rootfs.squashfs"}, |