Currently, all the actions are executed on the Github server. It is also called a runner. It is possible to use someone's own hardware to run all the CI/CD steps.
To set up our own self-hosted runner we click Settings->Actions->Runners->New self-hosted runner. Choose Linux runner ,x64 architecture and do not close the tab as there is a configuration description on the page. Let us follow the steps.
Currently, all the actions are executed on the Github server. It is also called a runner. It is possible to use someone's own hardware to run all the CI/CD steps.
To set up our own self-hosted runner we click
Settings->Actions->Runners->New self-hosted runner. ChooseLinuxrunner ,x64architecture and do not close the tab as there is a configuration description on the page. Let us follow the steps.