From f36755c235e6444d6b29e8d8e66f47a6e6b5dbce Mon Sep 17 00:00:00 2001 From: Daniel Hiltgen Date: Tue, 11 Sep 2018 19:13:45 -0700 Subject: [PATCH] Wire up the platform string properly This is set in a top-level makefile, but apparently isn't getting passed all the way through as expected. Signed-off-by: Daniel Hiltgen Upstream-commit: a5ad5471419cb2a0935148f891c5ada8b13b4779 Component: packaging --- components/packaging/image/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/components/packaging/image/Makefile b/components/packaging/image/Makefile index 2f5b2f825b..7af4fd25d1 100644 --- a/components/packaging/image/Makefile +++ b/components/packaging/image/Makefile @@ -11,6 +11,7 @@ ARCH=$(shell uname -m) ENGINE_IMAGE?=engine-community CHOWN:=docker run --rm -v $(CURDIR):/v -w /v alpine chown DEFAULT_PRODUCT_LICENSE?=Community Engine +PLATFORM?=Docker Engine - Community .PHONY: help help: ## show make targets