-
Notifications
You must be signed in to change notification settings - Fork 805
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Use GitHub hosted Ubuntu arm64 runners instead of CircleCI #3605
Conversation
Oooooh nice fix transitioning from ancient minica image -> openssl image!!
Seems like |
GitHub pages cache seems to serve the latest stuff already, we should be good to go here without using your fork again!
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Going to bed, but this looks great assuming tests pass after going back to using the pebble 1.3.0 version with you fix!
This reverts commit 06043e1.
Green! |
https://github.blog/changelog/2025-01-16-linux-arm64-hosted-runners-now-available-for-free-in-public-repositories-public-preview/
This is on top of #3604
Currently there are some bugs in the runner image:
XDG_CONFIG_HOME
points to/home/runneradmin/.config
, not/home/runner/.config
actions/partner-runner-images#27/home/runner/.local/bin
missing fromPATH
actions/partner-runner-images#25This results in helm attempting to create a config file n a location it doesn't have access to. We could fix the environment variable
XDG_CONFIG_HOME
, but let's see if it's fixed upstream.If we want to merge this we'll need to disable the CircleCI check which is now failing since I've deleted
.circleci/config.yml