summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xinit4
-rw-r--r--meta.lua5
2 files changed, 4 insertions, 5 deletions
diff --git a/init b/init
index c0680d8..eb154eb 100755
--- a/init
+++ b/init
@@ -1,3 +1,3 @@
1#!/bin/bash -ex 1#!/bin/bash -ex
2apt update 2apk update
3distrobuilder build-incus image-clang32/image-clang32.yaml 3apk add alpine-base clang18 clang18-dev
diff --git a/meta.lua b/meta.lua
index 0a67f08..cac9e4b 100644
--- a/meta.lua
+++ b/meta.lua
@@ -1,9 +1,8 @@
1return { 1return {
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}