One entryMerged PR· crunch.stumason.dev· PHP
PR #28 merged: Make ocr-sidecar Dockerfile comment arch-neutral (x86 port-readiness)
additions
+6
deletions
-3
files changed
1
Comment-only. crunch is moving from aarch64 to x86; the py3.13 pin comment hard-coded ARM-specific reasoning that would mislead the x86 build. paddlepaddle 3.2.2 has manylinux wheels for cp311/cp313 on both x86_64 and aarch64, and the build self-test + runtime self-verify guard correctness on any arch. No behaviour change.