stacker: fix stacker build

This commit is contained in:
Ramkumar Chinchani
2020-07-14 20:14:21 -07:00
parent 728eb7f6fc
commit f9b2092bd9
+1 -1
View File
@@ -54,7 +54,7 @@ binary-container:
.PHONY: binary-stacker
binary-stacker:
stacker build --roots ${TMPDIR} --substitute PWD=$$PWD
stacker --roots-dir ${TMPDIR} build --substitute PWD=$$PWD
.PHONY: image
image: