From: Myra Date: Fri, 3 Oct 2025 07:10:05 +0000 (+0200) Subject: Remove x86 targets from Content Packaging (#40664) X-Git-Url: https://git.smokeofanarchy.ru/gitweb.cgi?a=commitdiff_plain;h=9672cd88fbe9b461cc0006faa88cb1332d18a4a6;p=space-station-14.git Remove x86 targets from Content Packaging (#40664) They don't compile and even if they did, I doubt they would work. --- 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), };