mirror of
https://github.com/octoleo/syncthing.git
synced 2024-11-17 02:25:14 +00:00
build: Docker images should have auto upgrade disabled...
This commit is contained in:
parent
27aba3567b
commit
d421d66a3f
2
.github/workflows/build-syncthing.yaml
vendored
2
.github/workflows/build-syncthing.yaml
vendored
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user