Self Hosted Runner
Last updated
Was this helpful?
Last updated
Was this helpful?
Setting >> GitHub >> Action >> runners
click "new self hosted runner"
select os and Architecture
다시 github에서 setting >> Actions >> runners로 가면 등록된 runner가 보인다.
이제 idle 상태가 된다.
runs-on을 사용하면 된다.
ios빌드나 code signing등을 위해서는 self-hosted runner를 사용할수 있다.