chore: remove windows build and release support (#21902)

Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
Co-authored-by: joshieDo <93316087+joshieDo@users.noreply.github.com>
This commit is contained in:
Georgios Konstantopoulos
2026-02-06 07:04:19 -08:00
committed by GitHub
parent 6f7486a61e
commit 755ea5762b
11 changed files with 7 additions and 167 deletions

View File

@@ -460,7 +460,6 @@ fn preprocess_help(s: &str) -> Cow<'_, str> {
// rustup available targets:
// aarch64-apple-darwin
// x86_64-unknown-linux-gnu
// x86_64-pc-windows-gnu
(
r"default: reth/.*-[0-9A-Fa-f]{6,10}/([_\w]+)-(\w+)-(\w+)(-\w+)?",
"default: reth/<VERSION>-<SHA>/<ARCH>",