diff --git a/Source/Bake/ValueObjects/Platform.cs b/Source/Bake/ValueObjects/Platform.cs index 0289a1ed..9f7e76e8 100644 --- a/Source/Bake/ValueObjects/Platform.cs +++ b/Source/Bake/ValueObjects/Platform.cs @@ -32,6 +32,7 @@ public class Platform new(ExecutableOperatingSystem.Windows, ExecutableArchitecture.Intel64), new(ExecutableOperatingSystem.Linux, ExecutableArchitecture.Intel64), new(ExecutableOperatingSystem.MacOSX, ExecutableArchitecture.Intel64), + new(ExecutableOperatingSystem.MacOSX, ExecutableArchitecture.Arm64), }; public static Platform Any { get; } = new(ExecutableOperatingSystem.Any, ExecutableArchitecture.Any);