Skip to content

Commit e44a593

Browse files
jeffcrouseclaude
andcommitted
fix: pin Docker Build job to Linux runner
Docker Build was using bare `self-hosted` label, allowing it to run on the macOS runner which has no Docker daemon. Pin to [self-hosted, Linux] so it always runs on openmediavault. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 46a62c4 commit e44a593

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -421,7 +421,7 @@ jobs:
421421

422422
docker-build:
423423
name: Docker Build
424-
runs-on: self-hosted
424+
runs-on: [self-hosted, Linux]
425425
timeout-minutes: 30
426426
needs: [backend-lint, backend-test-contract, backend-test-core, backend-test-integration, frontend-lint, frontend-test]
427427
steps:

0 commit comments

Comments
 (0)