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:
parent
49e8167dbe
commit
981ca6ddb4
1 changed files with 5 additions and 1 deletions
6
Makefile
6
Makefile
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue