Add freebsd-x64 server packaging target (#31237)

This commit is contained in:
Partmedia
2024-08-20 13:35:59 -08:00
committed by GitHub
parent 5697e192f9
commit 9c29f9b028

View File

@@ -22,6 +22,7 @@ public static class ServerPackaging
new PlatformReg("win-x86", "Windows", false),
new PlatformReg("linux-x86", "Linux", false),
new PlatformReg("linux-arm", "Linux", false),
new PlatformReg("freebsd-x64", "FreeBSD", false),
};
private static List<string> PlatformRids => Platforms