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