Rocky Linux 9 as GitHub action image

Hi,

I would like to build RPM for Rocky Linux 9 as part of my GitHub project CI

GitHub comes standard with ubuntu but I’d like to also build RL9 RPM

Is this possible ? If so, where can I read up more about it.

Cheers

You can use it as a container within the image. For example, check out how Warewulf does their RPMs: https://github.com/hpcng/warewulf/blob/development/.github/workflows/releasebuild.yml

2 Likes

Great! A working example to reference. Thank you @brian

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.