4cbfb2508d
CI / Architecture Guardrails (push) Successful in 3m2s
CI / Typecheck (push) Successful in 3m49s
CI / Assistant Split Regression (push) Successful in 4m15s
CI / Lint (push) Successful in 4m21s
CI / Unit Tests (push) Successful in 7m22s
CI / Build (push) Successful in 6m44s
CI / E2E Tests (push) Successful in 5m23s
CI / Fresh-Linux Docker Deploy (push) Successful in 5m39s
CI / Release Images (push) Failing after 4m11s
The QNAP host kernel rejects fchmodat2 AT_EMPTY_PATH calls that newer buildkit's runc emits, breaking docker/build-push-action@v5. The docker-deploy-test job already builds the same Dockerfile.prod via plain docker build (DooD) and works, so do the same here: drop the buildx setup and use docker build + docker push directly against the host daemon. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>