瀏覽代碼

build: Docker images should have auto upgrade disabled...

Jakob Borg 2 年之前
父節點
當前提交
d421d66a3f
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      .github/workflows/build-syncthing.yaml

+ 1 - 1
.github/workflows/build-syncthing.yaml

@@ -668,7 +668,7 @@ jobs:
       - name: Build binaries
         run: |
           for arch in arm64 amd64; do
-            go run build.go -goos linux -goarch "$arch" build syncthing
+            go run build.go -goos linux -goarch "$arch" -no-upgrade build syncthing
             mv syncthing syncthing-linux-"$arch"
           done
         env: