From b9c5c43521bc667c592fe0d038c4b6864890a1e7 Mon Sep 17 00:00:00 2001 From: reederc42 Date: Thu, 16 May 2024 11:41:56 -0700 Subject: [PATCH] Removes support for EOL Windows 1809 Co-authored-by: Shubham Phadnis --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 2453691e3..11b9ecfa6 100644 --- a/Makefile +++ b/Makefile @@ -92,7 +92,7 @@ DEFAULT_AUTOSUPPORT_IMAGE ?= DEFAULT_ACP_IMAGE ?= # Constants -ALL_PLATFORMS = linux/amd64 linux/arm64 windows/amd64/ltsc2022 windows/amd64/1809 darwin/amd64 +ALL_PLATFORMS = linux/amd64 linux/arm64 windows/amd64/ltsc2022 darwin/amd64 DEFAULT_REGISTRY = docker.io/netapp TRIDENT_CONFIG_PKG = github.com/netapp/trident/config OPERATOR_CONFIG_PKG = github.com/netapp/trident/operator/config