Files
lisgd/Justfile
T
2026-06-14 21:57:28 +05:30

9 lines
231 B
Makefile

image TARGET='PACKER':
podman build --target {{ TARGET }} -t lisgd:{{ lowercase(TARGET) }} .
build:
podman run --interactive --tty --rm --name lisgd-builder \
--volume ./:/work --workdir /work \
lisgd:builder \
make lisgd