Difference between revisions of "GitHub runner"

From wikieduonline
Jump to navigation Jump to search
Line 2: Line 2:
  
 
<code>[[runs-on:]] [self-hosted, linux, ARM64]</code>
 
<code>[[runs-on:]] [self-hosted, linux, ARM64]</code>
 +
 +
 +
# Create a folder
 +
[[mkdir]] actions-runner && [[cd]] actions-runner
 +
# Download the latest runner package
 +
[[curl -O -L]] https://github.com/actions/runner/releases/download/v2.312.0/actions-runner-osx-arm64-2.312.0.tar.gz
 +
# Extract the installer
 +
[[tar xzf]] ./actions-runner-osx-arm64-2.312.0.tar.gz
  
  

Revision as of 15:47, 22 January 2024

Advertising: