Skip to content

Instantly share code, notes, and snippets.

@dictcp
Created June 27, 2022 17:31
Show Gist options
  • Save dictcp/29fb96d1fe388c2a68de37c3a36698b7 to your computer and use it in GitHub Desktop.
Save dictcp/29fb96d1fe388c2a68de37c3a36698b7 to your computer and use it in GitHub Desktop.
Step to setup GitHub Runner in Mac M1
https://github.com/hkratz/gha-runner-osx-arm64/pull/2
https://github.com/dotnet/runtime/issues/64103
```
export COMPlus_ReadyToRun=0
git clone https://github.com/hkratz/gha-runner-osx-arm64.git -b macos-arm64
cd gha-runner-osx-arm64/src/
./dev.sh layout
cd ../_layout/
./config.sh --url {repo-url} --token AA... # use your repo URL and your runner registration token
```
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment