1
0
mirror of https://github.com/moby/moby.git synced 2025-04-18 20:44:11 +03:00

remove leftovers for building docker-proxy on Windows

commit e0c7a839a8e6ecf82074429fa7b1b67fc3aca121 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 <github@gone.nl>
This commit is contained in:
Sebastiaan van Stijn 2024-08-10 14:58:27 +02:00
parent 7650efed2e
commit 9c6d30481d
No known key found for this signature in database
GPG Key ID: 76698F39D527CE8C
2 changed files with 0 additions and 13 deletions

View File

@ -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")

View File

@ -1,12 +0,0 @@
// Package winresources is used to embed Windows resources into docker-proxy.exe.
//
// These resources are used to provide:
// * Version information
// * An icon
// * A Windows manifest declaring Windows version support
// * Events message table
//
// The resource object files are generated when building with go-winres
// in hack/make/.go-autogen and are located in cli/winresources.
// This occurs automatically when you cross build against Windows OS.
package winresources