macOS build

This commit is contained in:
Pat Hartl 2025-03-21 19:34:05 -05:00
parent 3895c94542
commit 34ebd6d3aa

View file

@ -10,8 +10,8 @@ $BuildTargets =
@{ Platform = 'Windows'; Architecture = 'arm64'; Runtime = 'win' },
@{ Platform = 'Linux'; Architecture = 'x64'; Runtime = 'linux' },
@{ Platform = 'Linux'; Architecture = 'arm64'; Runtime = 'linux' },
@{ Platform = 'Windows'; Architecture = 'x64'; Runtime = 'osx' },
@{ Platform = 'Windows'; Architecture = 'arm64'; Runtime = 'osx' }
@{ Platform = 'macOS'; Architecture = 'x64'; Runtime = 'osx' },
@{ Platform = 'macOS'; Architecture = 'arm64'; Runtime = 'osx' }
Write-Host "Building Targets"