Difference between revisions of "GitHub runner"
Jump to navigation
Jump to search
Line 21: | 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
runs-on: [self-hosted, linux, ARM64]
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
- GitHub self hosted runner
- GitLab runner
- github/runner2/_diag/
- Earthfile: FROM --platform=linux/${PLATFORM} ghcr.io/actions/actions-runner:latest
See also[edit]
- GitHub Actions,
act, .github/workflows/
,~/actions-runner/
,svc.sh
,deploy:, run:, runs-on:
,uses:
,steps:
,jobs:
,on:, env:, uses:, script:, continue-on-error:, template:, aws-actions, inputs:
,GITHUB_ENV, needs:, github.
, GitHub runner, my-docker-publish.yml, GitHub Actions variables, GitHub Actions contexts, GitHub Actions Importer, If:, SLSA, Actions Runner Controller (ARC),$GITHUB OUTPUT
,notify:
, Marketplace,GITHUB_TOKEN
Advertising: