Files
lisgd/Justfile
T
2026-06-14 21:56:12 +05:30

8 lines
221 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 \
make lisgd:builder