1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00

Merge pull request #19373 from Microsoft/jjh/makefile

Windows: Update makefile
This commit is contained in:
Jess Frazelle 2016-01-15 15:42:47 -08:00
commit 4e9ee2a239

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