mirror of
https://github.com/docker/docs.git
synced 2026-03-27 14:28:47 +07:00
Windows: Update makefile
Signed-off-by: John Howard <jhoward@microsoft.com>
This commit is contained in:
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
|
||||||
|
|||||||
Reference in New Issue
Block a user