Support the rest of Apple targets on macos_arm64

This commit is contained in:
Sergey Bogolepov
2021-03-22 19:09:46 +07:00
committed by TeamCityServer
parent 58e0cc1c7c
commit 0e1276fc6c
2 changed files with 23 additions and 6 deletions
@@ -93,10 +93,18 @@ open class HostManager(
WASM32
),
MACOS_ARM64 to setOf(
// TODO: More targets will be added later after additional testing.
MACOS_ARM64,
MACOS_X64,
IOS_ARM32,
IOS_ARM64,
LINUX_X64
IOS_X64,
WATCHOS_ARM32,
WATCHOS_ARM64,
WATCHOS_X86,
WATCHOS_X64,
TVOS_ARM64,
TVOS_X64,
LINUX_X64,
)
)