Bump mockery to 2.53.0

Should fix build on go1.24. Also fix ci-go-generate step in multiarch
Dockerfile.

Closes: #289
This commit is contained in:
Ralf Haferkamp
2025-03-03 16:02:59 +01:00
parent 332865b960
commit 2678d0bb89
26 changed files with 106 additions and 45 deletions
+4 -2
View File
@@ -6,8 +6,10 @@ RUN apk add bash make git curl gcc musl-dev libc-dev binutils-gold inotify-tools
COPY ./ /opencloud/
WORKDIR /opencloud/opencloud
RUN GOOS="${TARGETOS:-linux}" GOARCH="${TARGETARCH:-amd64}" make ci-go-generate release-linux-docker-${TARGETARCH} ENABLE_VIPS=true
WORKDIR /opencloud
RUN GOOS="${TARGETOS:-linux}" GOARCH="${TARGETARCH:-amd64}" ; \
make ci-go-generate ; \
make -C opencloud release-linux-docker-${TARGETARCH} ENABLE_VIPS=true
FROM alpine:3.20
ARG VERSION