8 lines
221 B
Makefile
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
|