From 271120d45c3aed2e1480500f2c8ba5615de7c16b Mon Sep 17 00:00:00 2001 From: kevinnls Date: Sun, 14 Jun 2026 21:56:52 +0530 Subject: [PATCH] actually use the image that was so silly --- Justfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Justfile b/Justfile index 30b94ca..1cd3ca5 100644 --- a/Justfile +++ b/Justfile @@ -4,4 +4,5 @@ image TARGET='PACKER': build: podman run --interactive --tty --rm --name lisgd-builder \ --volume ./:/work --workdir /work \ - make lisgd:builder + lisgd:builder \ + make lisgd