]> git.smokeofanarchy.ru Git - space-station-14.git/commitdiff
Remove x86 targets from Content Packaging (#40664)
authorMyra <vasilis@pikachu.systems>
Fri, 3 Oct 2025 07:10:05 +0000 (09:10 +0200)
committerGitHub <noreply@github.com>
Fri, 3 Oct 2025 07:10:05 +0000 (07:10 +0000)
They don't compile and even if they did, I doubt they would work.

Content.Packaging/ServerPackaging.cs

index a15dc7244f6afa4f4da6750b7dffaf7d52ce6e4c..2715e7a900858d2168fe07341c4508b381d8a825 100644 (file)
@@ -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),
     };