Skip to content
This repository was archived by the owner on Mar 31, 2026. It is now read-only.

Commit 7c8c1b5

Browse files
committed
Allow the host to be built on macOS
1 parent f1d9cd4 commit 7c8c1b5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

deploy/build-host.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[CmdletBinding()]
22
param (
33
[Parameter(Mandatory = $false)]
4-
[ValidateSet("win-x64", "linux-x64")]
4+
[ValidateSet("win-x64", "linux-x64", "osx-x64")]
55
[string]$RuntimeIdentifier,
66

77
[Parameter(Mandatory = $false)]

0 commit comments

Comments
 (0)