Browse Source

Revert #2662

There is no coroutines for linuxArm64 yet
try_with_docker_image
Oleksandr Karpovich 1 year ago committed by GitHub
parent
commit
f7159090ff
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      compose/buildSrc/src/main/kotlin/ComposePlatforms.kt

4
compose/buildSrc/src/main/kotlin/ComposePlatforms.kt

@ -25,7 +25,7 @@ enum class ComposePlatforms(vararg val alternativeNames: String) {
WatchosX64("WatchOs"), WatchosX64("WatchOs"),
WatchosSimulatorArm64("WatchOs"), WatchosSimulatorArm64("WatchOs"),
LinuxX64("Linux"), LinuxX64("Linux"),
LinuxArm64("Linux"), // LinuxArm64("Linux"), // No coroutines for linuxArm64 yet
MingwX64("Mingw"), MingwX64("Mingw"),
; ;
@ -57,7 +57,7 @@ enum class ComposePlatforms(vararg val alternativeNames: String) {
ComposePlatforms.WatchosX64, ComposePlatforms.WatchosX64,
ComposePlatforms.WatchosSimulatorArm64, ComposePlatforms.WatchosSimulatorArm64,
ComposePlatforms.LinuxX64, ComposePlatforms.LinuxX64,
ComposePlatforms.LinuxArm64, // ComposePlatforms.LinuxArm64, // No coroutines for linuxArm64 yet
ComposePlatforms.MingwX64, ComposePlatforms.MingwX64,
) )

Loading…
Cancel
Save