mirror of
https://github.com/octoleo/syncthing.git
synced 2024-12-22 10:58:57 +00:00
wip
This commit is contained in:
parent
547eb16b8d
commit
e2cd2c06b6
@ -18,7 +18,6 @@ COPY . .
|
|||||||
ENV CGO_ENABLED=0
|
ENV CGO_ENABLED=0
|
||||||
RUN echo syncthing-linux-$TARGETARCH
|
RUN echo syncthing-linux-$TARGETARCH
|
||||||
RUN if [ ! -f syncthing-linux-$TARGETARCH ] ; then \
|
RUN if [ ! -f syncthing-linux-$TARGETARCH ] ; then \
|
||||||
echo syncthing-linux-$TARGETARCH ; \
|
|
||||||
go run build.go -no-upgrade build syncthing ; \
|
go run build.go -no-upgrade build syncthing ; \
|
||||||
mv syncthing syncthing-linux-$TARGETARCH ; \
|
mv syncthing syncthing-linux-$TARGETARCH ; \
|
||||||
fi
|
fi
|
||||||
|
Loading…
Reference in New Issue
Block a user