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