Difference between revisions of "GitHub runner"

From wikieduonline
Jump to navigation Jump to search
 
(2 intermediate revisions by the same user not shown)
Line 3: Line 3:
 
<code>[[runs-on:]] [self-hosted, linux, ARM64]</code>
 
<code>[[runs-on:]] [self-hosted, linux, ARM64]</code>
  
 +
[[ghcr.io/actions/actions-runner:latest]]
  
 
  # Create a folder
 
  # Create a folder
Line 10: Line 11:
 
  # Extract the installer
 
  # Extract the installer
 
  [[tar xzf]] ./actions-runner-osx-arm64-2.312.0.tar.gz
 
  [[tar xzf]] ./actions-runner-osx-arm64-2.312.0.tar.gz
  [[./run.sh]]
+
  ./[[run.sh]]
  
  
Line 20: Line 21:
 
* [[GitLab runner]]
 
* [[GitLab runner]]
 
* [[github/runner2/_diag/]]
 
* [[github/runner2/_diag/]]
 +
* [[Earthfile]]:  FROM --platform=linux/${PLATFORM} [[ghcr.io/actions/actions-runner:latest]]
  
  

Latest revision as of 13:23, 22 May 2024

Advertising: