0
Fork 0
mirror of https://github.com/project-zot/zot.git synced 2024-12-16 21:56:37 -05:00

fix make binary-stacker Makefile target

Signed-off-by: Ramkumar Chinchani <rchincha@cisco.com>
This commit is contained in:
Ramkumar Chinchani 2022-08-26 02:06:58 +00:00 committed by Andrei Aaron
parent 49e8167dbe
commit 981ca6ddb4

View file

@ -245,7 +245,11 @@ run-container:
.PHONY: binary-stacker
binary-stacker:
sudo ${STACKER} build --substitute PWD=$$PWD
${STACKER} build \
--substitute COMMIT=$(PWD) \
--substitute OS=$(OS) \
--substitute ARCH=$(ARCH) \
--substitute PWD=$(PWD)
.PHONY: image
image: