Files
Nico Miguelino 49a7e32a90 fix: support uv installation on 32-bit ARM platforms
Use pip3 to install uv on 32-bit ARM platforms (linux/arm/v6, v7, v8)
since ghcr.io/astral-sh/uv:latest doesn't publish 32-bit ARM images.
Pass target_platform to the Dockerfile template context to allow
platform-aware uv installation logic.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-03-09 21:44:37 -07:00
..