-
Notifications
You must be signed in to change notification settings - Fork 14
Manage self‐hosted runners for arrch64
Jusong Yu edited this page Sep 8, 2023
·
2 revisions
For building aarch64
images, we use self-hosted GitHub runners.
It is recommended to have at least two runners to allow better parallelism.
Each runner is recommended to have at least 2 cores and 30 GB of disk space.
Add a new runner:
- We use
macOS
machine located in PSI.
Configure your runner:
-
Run under
root
:/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/jupyter/docker-stacks/HEAD/aarch64-runner/setup.sh)"
This will perform the initial runner setup and create a user
runner-user
withoutsudo
capabilities. -
Setup new GitHub Runner under
runner-user
using GitHub Instructions. Do not./run.sh
yet. -
Run under
root
:cd /home/runner-user/actions-runner/ && ./svc.sh install runner-user
-
Reboot the VM to apply all updates and run GitHub runner.