Enable linuxX64 target on macOsArm64 host
Because tests for Gradle plugin assumes that linuxX64 is available on all hosts.
This commit is contained in:
committed by
TeamCityServer
parent
7e18b69e7d
commit
8ba4f060f0
@@ -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
|
||||
)
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user