From ef4e5e4fc7f724ecd134a1f46d61ef07890cb3db Mon Sep 17 00:00:00 2001 From: Aliaksandr Valialkin Date: Sat, 25 Mar 2023 15:33:41 -0700 Subject: [PATCH] Makefile: add missing vmcluster-windows-amd64 target Updates https://github.com/VictoriaMetrics/VictoriaMetrics/issues/70 --- Makefile | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Makefile b/Makefile index 5e0ac87c1d..649ad08596 100644 --- a/Makefile +++ b/Makefile @@ -66,6 +66,11 @@ vmcluster-openbsd-amd64: \ vmselect-openbsd-amd64 \ vmstorage-openbsd-amd64 +vmcluster-windows-amd64: \ + vminsert-windows-amd64 \ + vmselect-windows-amd64 \ + vmstorage-windows-amd64 + vmcluster-crossbuild: \ vmcluster-linux-amd64 \ vmcluster-linux-arm64 \