File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -83,8 +83,8 @@ cross-win: cross-win-engine
83
83
cd $(CLI_DIR ) && VERSION=$(GEN_STATIC_VER ) docker buildx bake --set binary.platform=windows/amd64 binary
84
84
mkdir -p build/win/amd64/docker
85
85
cp $(CLI_DIR ) /build/docker-windows-amd64.exe build/win/amd64/docker/docker.exe
86
- cp $(ENGINE_DIR ) /bundles/cross/windows/amd64-daemon/dockerd- $( GEN_STATIC_VER ) .exe build/win/amd64/docker/dockerd.exe
87
- cp $(ENGINE_DIR ) /bundles/cross/windows/amd64-daemon/docker-proxy- $( GEN_STATIC_VER ) .exe build/win/amd64/docker/docker-proxy.exe
86
+ cp $(ENGINE_DIR ) /bundles/cross/windows/amd64-daemon/dockerd.exe build/win/amd64/docker/dockerd.exe
87
+ cp $(ENGINE_DIR ) /bundles/cross/windows/amd64-daemon/docker-proxy.exe build/win/amd64/docker/docker-proxy.exe
88
88
docker run --rm -v $(CURDIR ) /build/win/amd64:/v -w /v alpine sh -c ' apk update&&apk add zip&&zip -r docker-$(GEN_STATIC_VER).zip docker'
89
89
$(CHOWN ) -R $(shell id -u) :$(shell id -g) build
90
90
You can’t perform that action at this time.
0 commit comments