more scaffolding

This commit is contained in:
2026-06-14 21:55:18 +05:30
parent 49d38e2210
commit 94797f4a94
+6 -1
View File
@@ -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