fix: hand over version to docker build
This commit is contained in:
@@ -9,7 +9,7 @@ RUN apk add bash make git curl gcc musl-dev libc-dev binutils-gold inotify-tools
|
|||||||
COPY ../ /opencloud/
|
COPY ../ /opencloud/
|
||||||
|
|
||||||
WORKDIR /opencloud
|
WORKDIR /opencloud
|
||||||
RUN GOOS="${TARGETOS:-linux}" GOARCH="${TARGETARCH:-amd64}" ; \
|
RUN GOOS="${TARGETOS:-linux}" GOARCH="${TARGETARCH:-amd64}" VERSION="${VERSION:-daily}" ; \
|
||||||
make -C opencloud release-linux-docker-${TARGETARCH} ENABLE_VIPS=true
|
make -C opencloud release-linux-docker-${TARGETARCH} ENABLE_VIPS=true
|
||||||
|
|
||||||
FROM alpine:3.20
|
FROM alpine:3.20
|
||||||
|
|||||||
Reference in New Issue
Block a user