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 <daniel.hiltgen@docker.com> Upstream-commit: a5ad5471419cb2a0935148f891c5ada8b13b4779 Component: packaging
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user