Files
lisgd/Justfile
T
2026-06-14 22:00:53 +05:30

9 lines
251 B
Makefile

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