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
+5 -1
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: