Windows: Update makefile

Signed-off-by: John Howard <jhoward@microsoft.com>
This commit is contained in:
John Howard 2016-01-15 11:45:13 -08:00
parent d299bbfcc6
commit 08fe0a18f8
1 changed files with 4 additions and 0 deletions

View File

@ -17,6 +17,10 @@ ifeq ($(DOCKER_OSARCH), linux/ppc64le)
else
ifeq ($(DOCKER_OSARCH), linux/s390x)
DOCKERFILE := Dockerfile.s390x
else
ifeq ($(DOCKER_OSARCH), windows/amd64)
DOCKERFILE := Dockerfile.windows
endif
endif
endif
endif