fix: binary-stacker Makefile target is broken (#1689)

Signed-off-by: Alexei Dodon <adodon@cisco.com>
This commit is contained in:
Alexei Dodon
2023-08-10 22:39:56 +03:00
committed by GitHub
parent 04627534a9
commit 59922af528
2 changed files with 9 additions and 8 deletions
+6 -5
View File
@@ -321,13 +321,14 @@ run-container:
zot-build:latest
.PHONY: binary-stacker
binary-stacker:
binary-stacker: $(STACKER)
${STACKER} --debug build \
-f build/stacker.yaml \
--substitute PWD=$$PWD \
--substitute COMMIT=$$COMMIT \
--substitute ARCH=$$ARCH \
--substitute OS=$$OS
--substitute COMMIT=$(COMMIT) \
--substitute ARCH=$(ARCH) \
--substitute OS=$(OS) \
--substitute RELEASE_TAG=$(RELEASE_TAG) \
--substitute REPO_NAME=zot-$(OS)-$(ARCH)
.PHONY: image
image: