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