Whats the chances we can get a linuxArm64Test task...
# build-tools
c
Whats the chances we can get a linuxArm64Test task? Github now supports linux arm runners and I’d like to add a workflow to cover this platform
j
Support for compiling on Linux ARM is tracked by https://youtrack.jetbrains.com/issue/KT-36871
However, you don't need this. Any host can build the Linux ARM test binary and you can run it on the new runners by just invoking it
c
Cheers for the link! I think I get it, so because you can’t compile on arm theres no point having a test task as you wouldn’t be able to compile it and run it on any platform. You’d have to compile the test binary on say linux x86 and copy the artifact to an arm runner to run it ?
j
Precisely
👍 1