mirror of
https://github.com/jupyter/docker-stacks.git
synced 2025-10-17 15:02:57 +00:00
735 B
735 B
Self-hosted runners
For aarch64
images, we have self-hosted VMs, provided by Oracle OCI.
To setup a new runner:
-
Create an Oracle
VM.Standard.A1.Flex
with 1 OCPU and 6 GB usingUbuntu 22.04
image. -
Run under
root
:/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/mathbunnyru/docker-stacks/asalikhov/new_build_system/aarch64-runner/setup.sh)"
This will perform initial runner setup and create a non-root user
runner-user
. -
Setup new GitHub Runner with this user: https://github.com/jupyter/docker-stacks/settings/actions/runners/new using
Linux
andARM64
. -
Run under
root
user in Runner directory:./svc.sh install runner-user