ci: route to canonical native arcd labels [self-hosted, linux, <arch>]

Replaces non-canonical scale-set / org-prefixed labels with the
existing labels every arcd host registers with. Matches evo for
amd64 and spark for arm64. No new labels added.
This commit is contained in:
zeekay
2026-06-10 20:23:29 -07:00
parent 10f9eb7ce9
commit 037a91fcab
+6 -6
View File
@@ -15,9 +15,9 @@ jobs:
uses: hanzoai/.github/.github/workflows/docker-build.yml@main
with:
image: ghcr.io/luxfi/netrunner
runner-amd64: luxfi-amd64
runner-arm64: luxfi-arm64
runner-deploy: lux-deploy-linux-amd64
runner-amd64: '["self-hosted","linux","amd64"]'
runner-arm64: '["self-hosted","linux","arm64"]'
runner-deploy: '["self-hosted","linux","amd64"]'
secrets: inherit
notify-universe:
@@ -37,6 +37,6 @@ jobs:
"tag": "${{ github.ref_name }}",
"sha": "${{ github.sha }}"
}
runner-amd64: luxfi-amd64
runner-arm64: luxfi-arm64
runner-deploy: lux-deploy-linux-amd64
runner-amd64: '["self-hosted","linux","amd64"]'
runner-arm64: '["self-hosted","linux","arm64"]'
runner-deploy: '["self-hosted","linux","amd64"]'