Remove x86 targets from Content Packaging (#40664)

They don't compile and even if they did, I doubt they would work.
This commit is contained in:
Myra 2025-10-03 09:10:05 +02:00 committed by Vanessa
parent 9d09916f6d
commit 3136a831df
1 changed files with 0 additions and 3 deletions

View File

@ -19,9 +19,6 @@ public static class ServerPackaging
new PlatformReg("osx-x64", "MacOS", true), new PlatformReg("osx-x64", "MacOS", true),
new PlatformReg("osx-arm64", "MacOS", true), new PlatformReg("osx-arm64", "MacOS", true),
// Non-default platforms (i.e. for Watchdog Git) // 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), new PlatformReg("freebsd-x64", "FreeBSD", false),
}; };