ARCtastic (#8904) -- Do It Live!

Actions Runner Controller

Co-authored-by: Jonathan Bennett <jbennett@incomsystems.biz>
This commit is contained in:
Austin
2025-12-09 16:11:07 -05:00
committed by GitHub
parent aa605fc4a2
commit c55bea8460
2 changed files with 3 additions and 1 deletions

View File

@@ -2,4 +2,5 @@
self-hosted-runner:
# Labels of self-hosted runner in array of strings.
labels:
- arctastic
- test-runner

View File

@@ -18,7 +18,8 @@ permissions: read-all
jobs:
pio-build:
name: build-${{ inputs.platform }}
runs-on: ubuntu-24.04
# Use 'arctastic' self-hosted runner pool when building in the main repo
runs-on: ${{ github.repository_owner == 'meshtastic' && 'arctastic' || 'ubuntu-latest' }}
outputs:
artifact-id: ${{ steps.upload.outputs.artifact-id }}
steps: