From 9c29f9b028a46b48f3189c250b9d60a1872f9192 Mon Sep 17 00:00:00 2001 From: Partmedia Date: Tue, 20 Aug 2024 13:35:59 -0800 Subject: [PATCH] Add freebsd-x64 server packaging target (#31237) --- Content.Packaging/ServerPackaging.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/Content.Packaging/ServerPackaging.cs b/Content.Packaging/ServerPackaging.cs index 1a04c745d127..3ca53225dedd 100644 --- a/Content.Packaging/ServerPackaging.cs +++ b/Content.Packaging/ServerPackaging.cs @@ -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 PlatformRids => Platforms