-
Notifications
You must be signed in to change notification settings - Fork 54
β¨ upgrade os and runner to latest version and add missing deps #5
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
base: main
Are you sure you want to change the base?
Conversation
Thank you @lukas-runge , I had to adapt the repo and this up to date PR helped a lot. |
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.
That sed
command is a tiny bit suspicious
@beikeni π Please have a look here: https://gha-cache-server.falcondev.io/getting-started#runner-configuration π |
Hi @beikeni,
after discovering your repo (thank you very much for providing it as a starting point π) I upgraded it to spawn the latest github runner version (
v2.321.0
) on the latest Ubuntu LTS version (24.04
). I also added some missing dependencies - namely:As I did not want to deploy my image to docker hub, I removed the workflow for it. Consider not merging that commit in if you want to keep that. π
Also I added an example docker compose config for quick deployment on self hosted machines. π
Best regards,
@lukas-runge