diff --git a/Makefile b/Makefile index 9b45002b..572d3069 100644 --- a/Makefile +++ b/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: