From 94797f4a94cf98ffbe871b5a6f16eacc9ff2df23 Mon Sep 17 00:00:00 2001 From: kevinnls Date: Sun, 14 Jun 2026 21:55:18 +0530 Subject: [PATCH] more scaffolding --- Justfile | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/Justfile b/Justfile index af6d19c..30b94ca 100644 --- a/Justfile +++ b/Justfile @@ -1,2 +1,7 @@ image TARGET='PACKER': - podman build --target {{ TARGET }} -t {{ lowercase(TARGET) }} . + podman build --target {{ TARGET }} -t lisgd:{{ lowercase(TARGET) }} . + +build: + podman run --interactive --tty --rm --name lisgd-builder \ + --volume ./:/work --workdir /work \ + make lisgd:builder