Browse code

Merge pull request #19373 from Microsoft/jjh/makefile

Windows: Update makefile

Jess Frazelle authored on 2016/01/16 08:42:47
Showing 1 changed files
... ...
@@ -17,6 +17,10 @@ ifeq ($(DOCKER_OSARCH), linux/ppc64le)
17 17
 else
18 18
 ifeq ($(DOCKER_OSARCH), linux/s390x)
19 19
 	DOCKERFILE := Dockerfile.s390x
20
+else
21
+ifeq ($(DOCKER_OSARCH), windows/amd64)
22
+	DOCKERFILE := Dockerfile.windows
23
+endif
20 24
 endif
21 25
 endif
22 26
 endif