sdl2-compat: release: don't add arm64 to sdl2-compat VC SDK

From 54a2c919f6ffc92ed8221a299d12f21a48d98f8d Mon Sep 17 00:00:00 2001
From: Anonymous Maarten <[EMAIL REDACTED]>
Date: Mon, 27 Oct 2025 01:29:38 +0100
Subject: [PATCH] release: don't add arm64 to sdl2-compat VC SDK

---
 build-scripts/release-info.json | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/build-scripts/release-info.json b/build-scripts/release-info.json
index 3d7eb4aa..4bfc06d3 100644
--- a/build-scripts/release-info.json
+++ b/build-scripts/release-info.json
@@ -29,8 +29,7 @@
     "cmake": {
       "archs": [
         "x86",
-        "x64",
-        "arm64"
+        "x64"
       ],
       "args": [
         "-DSDL2COMPAT_VENDOR_INFO=libsdl.org",