Created
June 27, 2022 17:31
-
-
Save dictcp/29fb96d1fe388c2a68de37c3a36698b7 to your computer and use it in GitHub Desktop.
Step to setup GitHub Runner in Mac M1
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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