From 2531648b0f10bd2ac8daf817cbfc8e7b69b50de1 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 (cherry picked from commit a5ad5471419cb2a0935148f891c5ada8b13b4779) Signed-off-by: Eli Uriegas Upstream-commit: 5604d78d730dafd7244879a40275b6cd72d781d8 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 2f5b2f825b5..7af4fd25d1c 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