From 1be103d0da4f16c1c23b563438f682c495847217 Mon Sep 17 00:00:00 2001 From: Ayaz Salikhov Date: Mon, 4 Jul 2022 21:52:13 +0400 Subject: [PATCH] Better docs --- docs/maintaining/aarch64-runner.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/maintaining/aarch64-runner.md b/docs/maintaining/aarch64-runner.md index e46ccf5f..3514e523 100644 --- a/docs/maintaining/aarch64-runner.md +++ b/docs/maintaining/aarch64-runner.md @@ -4,7 +4,7 @@ For `aarch64` images, we have self-hosted VMs, provided by [Oracle OCI](https:// To setup a new runner: -1. Create an Oracle `VM.Standard.A1.Flex` with _1 OCPU_ and _6 GB_ using `Ubuntu 22.04` image. +1. Create a compute instance `VM.Standard.A1.Flex` with _1 OCPU_ and _6 GB_ using `Ubuntu 22.04` image. 2. Run under `root`: ```bash @@ -13,7 +13,8 @@ To setup a new runner: This will perform initial runner setup and create a non-root user `runner-user`. -3. Setup new GitHub Runner with this user: using `Linux` and `ARM64`. +3. Setup new GitHub Runner under `runner-user` using [GitHub Instructions](https://github.com/jupyter/docker-stacks/settings/actions/runners/new?arch=arm64&os=linux). + Do not `./run.sh` yet. 4. Run under `root`: ```bash