Skip to content

Commit

Permalink
remove leftovers for building docker-proxy on Windows
Browse files Browse the repository at this point in the history
commit e0c7a83 stopped building the
docker-proxy on Windows as it's not used on that platform.

This removes some leftovers for building it on Windows.

Signed-off-by: Sebastiaan van Stijn <[email protected]>
  • Loading branch information
thaJeztah committed Aug 10, 2024
1 parent 7650efe commit 9c6d304
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 13 deletions.
1 change: 0 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -611,7 +611,6 @@ RUN <<EOT
EOT
RUN --mount=type=bind,target=.,rw \
--mount=type=tmpfs,target=cli/winresources/dockerd \
--mount=type=tmpfs,target=cli/winresources/docker-proxy \
--mount=type=cache,target=/root/.cache/go-build,id=moby-build-$TARGETPLATFORM <<EOT
set -e
target=$([ "$DOCKER_STATIC" = "1" ] && echo "binary" || echo "dynbinary")
Expand Down
12 changes: 0 additions & 12 deletions cli/winresources/docker-proxy/winresources.go

This file was deleted.

0 comments on commit 9c6d304

Please sign in to comment.