ci: pin runner-amd64/arm64/deploy to luxfi pool labels

Was using canonical workflow defaults (hanzoai-scoped labels) which
do not dispatch for luxfi org. Switched to round-robin pool labels:
  runner-amd64: luxfi-amd64  (evo)
  runner-arm64: luxfi-arm64  (spark + dbc, round-robin)
  runner-deploy: lux-deploy-linux-amd64  (DO ARC pool)
This commit is contained in:
Hanzo AI
2026-06-01 17:41:37 -07:00
parent 30acb6a55e
commit 68a0aeac3f
+3
View File
@@ -14,4 +14,7 @@ jobs:
uses: hanzoai/.github/.github/workflows/docker-build.yml@main
with:
image: ghcr.io/luxfi/dao
runner-amd64: luxfi-amd64
runner-arm64: luxfi-arm64
runner-deploy: lux-deploy-linux-amd64
secrets: inherit