From e2cd2c06b661d89600c7a4414f610c8a5ca7ba9f Mon Sep 17 00:00:00 2001 From: Jakob Borg Date: Wed, 14 Jun 2023 09:18:16 +0200 Subject: [PATCH] wip --- Dockerfile | 1 - 1 file changed, 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 463b26405..01620668c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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