Enable linuxX64 target on macOsArm64 host

Because tests for Gradle plugin assumes that linuxX64
is available on all hosts.
This commit is contained in:
Sergey Bogolepov
2021-03-22 14:45:40 +07:00
committed by TeamCityServer
parent 7e18b69e7d
commit 8ba4f060f0
2 changed files with 7 additions and 1 deletions
@@ -95,7 +95,8 @@ open class HostManager(
MACOS_ARM64 to setOf(
// TODO: More targets will be added later after additional testing.
MACOS_ARM64,
IOS_ARM64
IOS_ARM64,
LINUX_X64
)
)