Skip to content
This repository has been archived by the owner on Oct 13, 2023. It is now read-only.

Commit

Permalink
Wire up the platform string properly
Browse files Browse the repository at this point in the history
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>
(cherry picked from commit a5ad5471419cb2a0935148f891c5ada8b13b4779)
Signed-off-by: Eli Uriegas <eli.uriegas@docker.com>
  • Loading branch information
Daniel Hiltgen authored and seemethere committed Sep 12, 2018
1 parent 65ba360 commit 5604d78
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions image/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5604d78

Please sign in to comment.