more scaffolding
This commit is contained in:
@@ -1,2 +1,7 @@
|
||||
image TARGET='PACKER':
|
||||
podman build --target {{ TARGET }} -t {{ lowercase(TARGET) }} .
|
||||
podman build --target {{ TARGET }} -t lisgd:{{ lowercase(TARGET) }} .
|
||||
|
||||
build:
|
||||
podman run --interactive --tty --rm --name lisgd-builder \
|
||||
--volume ./:/work --workdir /work \
|
||||
make lisgd:builder
|
||||
|
||||
Reference in New Issue
Block a user