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:
@@ -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),
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user