cmd: fix winresources and move them out cli package

Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com>
This commit is contained in:
Kevin Alvarez
2025-06-26 15:46:41 +02:00
committed by CrazyMax
parent ee49437e38
commit 0ea20c9f72
13 changed files with 18 additions and 33 deletions

View File

@@ -579,7 +579,6 @@ RUN <<EOT
fi
EOT
RUN --mount=type=bind,target=.,rw \
--mount=type=tmpfs,target=cli/winresources/dockerd \
--mount=type=cache,target=/root/.cache/go-build,id=moby-build-$TARGETPLATFORM <<EOT
set -e
target=$([ "$DOCKER_STATIC" = "1" ] && echo "binary" || echo "dynbinary")