Self-hosted runner on ppc64el architecture? #24921
-
Hi, Are there plans to support the I know it’s kinda niche, but I’m developing software that is able to run on this architecture, so I feel that I badly need this feature… |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments
-
Highly unlikely. Our open-sourced runner is written using dotnet core which does not support the POWER architecture. I was able to find this: dotnet/runtime#10055 Also relevant: Expanded platform support: Consider porting to go or typescript · Issue #243 · actions/runner · GitHub |
Beta Was this translation helpful? Give feedback.
-
I see. I guess for now I need to use Travis CI for ppc64le, then. |
Beta Was this translation helpful? Give feedback.
-
I love to see GitHub Actions to support ppc64el architecture. But do GitHub Actions really need to run the self hosted runner on ppc64el architecture directly? Is it possible for GitHub Actions as a proxy server, to connect to the external remote servers hosted by IBM to return the result? |
Beta Was this translation helpful? Give feedback.
-
Ah sorry I misunderstood this topic was about GitHub hosted runner. |
Beta Was this translation helpful? Give feedback.
Highly unlikely. Our open-sourced runner is written using dotnet core which does not support the POWER architecture. I was able to find this: dotnet/runtime#10055
Also relevant: Expanded platform support: Consider porting to go or typescript · Issue #243 · actions/runner · GitHub