You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: rclone/README.txt
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,6 @@ VER=v1.65.2
4
4
rm -rf ./rclone
5
5
git clone https://github.com/rclone/rclone.git && cd ./rclone
6
6
git checkout $VER
7
-
docker run --rm -v "$(pwd):/rclone" -v "${HOME}:/user" -e "GOPATH=/user/rclone_go/go" -e "GOCACHE=/user/rclone_go/cache" -u "${UID}:${GID}" -w /rclone golang:1.22.6 bash +x -c 'cd /rclone; go mod vendor; go get -u github.com/cloudflare/circl; go get -u github.com/Azure/azure-sdk-for-go/sdk/azidentity; go get google.golang.org/api; go mod tidy; go mod vendor; function build { GOOS=$1 GOARCH=$2 CGO_ENABLED=0 go build -trimpath -ldflags="-s -w -X github.com/rclone/rclone/fs.VersionSuffix= " -tags cmount -o /rclone/rclone-arangodb-$(echo $1 | sed "s/darwin/macos/g")-$2$([[ $1 == "windows" ]] && echo ".exe"); }; go get -u golang.org/x/sys; build linux amd64; build linux arm64; build darwin amd64; build darwin arm64; build windows amd64' && \
7
+
docker run --rm -v "$(pwd):/rclone" -v "${HOME}:/user" -e "GOPATH=/user/rclone_go/go" -e "GOCACHE=/user/rclone_go/cache" -u "${UID}:${GID}" -w /rclone golang:1.22.8 bash +x -c 'cd /rclone; go mod vendor; go get -u github.com/cloudflare/circl; go get -u github.com/Azure/azure-sdk-for-go/sdk/azidentity; go get google.golang.org/api; go mod tidy; go mod vendor; function build { GOOS=$1 GOARCH=$2 CGO_ENABLED=0 go build -trimpath -ldflags="-s -w -X github.com/rclone/rclone/fs.VersionSuffix= " -tags cmount -o /rclone/rclone-arangodb-$(echo $1 | sed "s/darwin/macos/g")-$2$([[ $1 == "windows" ]] && echo ".exe"); }; go get -u golang.org/x/sys; build linux amd64; build linux arm64; build darwin amd64; build darwin arm64; build windows amd64' && \
0 commit comments