271120d45c
that was so silly
9 lines
231 B
Makefile
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
|