You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I recently got the ARC runners set working with a lot of trial and error. The issue I'm facing now is that all of my builds work fine when using GH hosted runners (runs-on: ubuntu-latest), but when I shift to using my runner set the builds fail because it seems like there aren't the same packages installed (Ex. Python).
Are the differences in the GH image and the image that ARC runners use documented anywhere to understand the differences? Why not just use the same image? I'm using the latest action-runner image as far as I can tell.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
I recently got the ARC runners set working with a lot of trial and error. The issue I'm facing now is that all of my builds work fine when using GH hosted runners (runs-on: ubuntu-latest), but when I shift to using my runner set the builds fail because it seems like there aren't the same packages installed (Ex. Python).
Are the differences in the GH image and the image that ARC runners use documented anywhere to understand the differences? Why not just use the same image? I'm using the latest action-runner image as far as I can tell.
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions