Merge pull request #199 from dhiltgen/platform

Wire up the platform string properly
Upstream-commit: 6ada8595287d6c25e9553b4aa36c961c5bc6f968
Component: packaging
This commit is contained in:
Eli Uriegas
2018-09-12 14:59:32 +02:00
committed by GitHub
+1
View File
@@ -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