Merge pull request #19373 from Microsoft/jjh/makefile
Windows: Update makefile Upstream-commit: 4e9ee2a239747fb19e26818cf8ed95d8bbfc3e27 Component: engine
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user