Skip to content

Actions Runner Controller Demo #3

Actions Runner Controller Demo

Actions Runner Controller Demo #3

name: Actions Runner Controller Demo
on:
workflow_dispatch:
jobs:
Test-Github-ARC-x64:
# You need to use the INSTALLATION_NAME from the previous step
runs-on: sh-arc-linux-x64
steps:
- name: "Test Github ARC"
run: |
echo "🎉 This job uses runner scale set runners!"
- name: "Check Architecture"
run: |
uname -a
- name: Sleep for 10000 seconds
run: |
sleep 10000
# Test-Github-ARC-arm64:
# # You need to use the INSTALLATION_NAME from the previous step
# runs-on: sh-arc-linux-arm64
# steps:
# - name: "Test Github ARC"
# run: |
# echo "🎉 This job uses runner scale set runners!"
# - name: "Check Architecture"
# run: |
# uname -a