From 9672cd88fbe9b461cc0006faa88cb1332d18a4a6 Mon Sep 17 00:00:00 2001 From: Myra Date: Fri, 3 Oct 2025 09:10:05 +0200 Subject: [PATCH] Remove x86 targets from Content Packaging (#40664) They don't compile and even if they did, I doubt they would work. --- Content.Packaging/ServerPackaging.cs | 3 --- 1 file changed, 3 deletions(-) diff --git a/Content.Packaging/ServerPackaging.cs b/Content.Packaging/ServerPackaging.cs index a15dc7244f..2715e7a900 100644 --- a/Content.Packaging/ServerPackaging.cs +++ b/Content.Packaging/ServerPackaging.cs @@ -19,9 +19,6 @@ public static class ServerPackaging new PlatformReg("osx-x64", "MacOS", true), new PlatformReg("osx-arm64", "MacOS", true), // Non-default platforms (i.e. for Watchdog Git) - new PlatformReg("win-x86", "Windows", false), - new PlatformReg("linux-x86", "Linux", false), - new PlatformReg("linux-arm", "Linux", false), new PlatformReg("freebsd-x64", "FreeBSD", false), };