mirror of https://github.com/docker/docs.git
Merge pull request #19373 from Microsoft/jjh/makefile
Windows: Update makefile
This commit is contained in:
commit
4e9ee2a239
4
Makefile
4
Makefile
|
@ -17,6 +17,10 @@ ifeq ($(DOCKER_OSARCH), linux/ppc64le)
|
||||||
else
|
else
|
||||||
ifeq ($(DOCKER_OSARCH), linux/s390x)
|
ifeq ($(DOCKER_OSARCH), linux/s390x)
|
||||||
DOCKERFILE := Dockerfile.s390x
|
DOCKERFILE := Dockerfile.s390x
|
||||||
|
else
|
||||||
|
ifeq ($(DOCKER_OSARCH), windows/amd64)
|
||||||
|
DOCKERFILE := Dockerfile.windows
|
||||||
|
endif
|
||||||
endif
|
endif
|
||||||
endif
|
endif
|
||||||
endif
|
endif
|
||||||
|
|
Loading…
Reference in New Issue