Difference between revisions of "GitHub runner"

From wikieduonline
Jump to navigation Jump to search
 
(5 intermediate revisions by the same user not shown)
Line 2: Line 2:
  
 
<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
 +
[[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
 +
./[[run.sh]]
  
  
 
* [[Logs]]: <code>[[/_diag/]]</code>
 
* [[Logs]]: <code>[[/_diag/]]</code>
* [[buildkitd]]
+
* <code>[[buildkitd]]</code>
  
  
Line 11: 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: