9 lines
251 B
Makefile
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
|