diff --git a/Dockerfile b/Dockerfile index 6ed8aabf..f7d4e311 100644 --- a/Dockerfile +++ b/Dockerfile @@ -21,6 +21,8 @@ ARG TARGETARCH # Build the statically linked (CGO_ENABLED=0) binary. # Mount source, build cache, and module cache for performance reasons. # See https://www.docker.com/blog/faster-multi-platform-builds-dockerfile-cross-compilation-guide/ +RUN ls -lash + RUN \ --mount=target=. \ --mount=type=cache,target=/cache/gocache \