From 140ec62683b9729070cf00b433a0d2564f0fe3db Mon Sep 17 00:00:00 2001 From: Nick Craig-Wood Date: Thu, 4 Dec 2025 16:56:46 +0000 Subject: [PATCH] build: add privatebeta Makefile target --- Makefile | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Makefile b/Makefile index 5e75a4499..07f66379e 100644 --- a/Makefile +++ b/Makefile @@ -216,6 +216,12 @@ beta: rclone -v copy build/ pub.rclone.org:/$(TAG) @echo Beta release ready at https://pub.rclone.org/$(TAG)/ +privatebeta: + go run bin/cross-compile.go $(BUILD_FLAGS) $(BUILDTAGS) $(BUILD_ARGS) -include '^(darwin|windows|linux)/(arm64|amd64)$$' $(TAG) + rclone -Pv copy build/ private-downloads:/beta/$(TAG) + @echo Private beta release ready at private-downloads:/beta/$(TAG)/ + rclone link private-downloads:/beta/$(TAG) + log_since_last_release: git log $(LAST_TAG)..