enhancement: split make ci-node-generate and ci-go-generate into prod and dev stages

This commit is contained in:
Florian Schade
2025-03-05 17:32:37 +01:00
parent 2be846ad51
commit da1963cfa4
53 changed files with 255 additions and 1404 deletions
+1 -1
View File
@@ -8,7 +8,7 @@ COPY ./ /opencloud/
WORKDIR /opencloud
RUN GOOS="${TARGETOS:-linux}" GOARCH="${TARGETARCH:-amd64}" ; \
make ci-go-generate ; \
make go-generate-prod ; \
make -C opencloud release-linux-docker-${TARGETARCH} ENABLE_VIPS=true
FROM alpine:3.20