GitHub Actions workflows with Podman systemd user services are easier to write with the new GitHub Runner ubuntu-22.04 (beta) #15011
eriksjolund
started this conversation in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
The new GitHub-hosted runner ubuntu-22.04 is currently marked as beta.
I just tried it out. It works better than ubuntu-20.04!
For ubuntu-20.04 this was needed to get
systemctl --user
workingFor ubuntu-22.04 you can use
directly.
I created an example with a socket-activated echo server
https://github.com/eriksjolund/user-systemd-service-actions-workflow
Beta Was this translation helpful? Give feedback.
All reactions