-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.ARM
31 lines (16 loc) · 732 Bytes
/
.ARM
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
Operating System: Linux Architecture: ARM
# Download
// Create a folder
$ mkdir actions-runner && cd actions-runner// Download the latest runner package
// Download the latest runner package
$ curl -O -L https://github.com/actions/runner/releases/download/v2.273.5/actions-runner-linux-arm-2.273.5.tar.gz// Extract the installer
// Extract the installer
$ tar xzf ./actions-runner-linux-arm-2.273.5.tar.gz
# Configure
// Create the runner and start the configuration experience
./config.sh --url https://github.com/LaPrelle10/cloud_storage --token AREWL2IXTLTZ4WQGE7BCJTS7P6TIQ
// Last step, run it!
./run.sh
Using your self-hosted runner
# Use this yaml in your workflow file for each job
runs-on: self-hosted