Skip to content

Fix multi-platform Docker build by installing uv via pip instead of COPY --from#9

Draft
builder555 with Copilot wants to merge 4 commits into
mainfrom
copilot/fix-build-and-push-job
Draft

Fix multi-platform Docker build by installing uv via pip instead of COPY --from#9
builder555 with Copilot wants to merge 4 commits into
mainfrom
copilot/fix-build-and-push-job

Conversation

Copilot AI commented Jun 19, 2026

Copy link
Copy Markdown

ghcr.io/astral-sh/uv:latest does not publish a linux/arm/v7 manifest, so the multi-platform build was failing at COPY --from=ghcr.io/astral-sh/uv:latest.

Changes

  • Dockerfile — Replace COPY --from=ghcr.io/astral-sh/uv:latest with RUN pip install uv==0.11.23. The PyPI package ships pre-built binaries for all target platforms including linux/arm/v7. Version pinned to match the lock file.
  • .github/workflows/build-docker.yaml — Restore linux/arm/v7 to QEMU setup and build/push platform lists.

Copilot AI changed the title [WIP] Fix failing GitHub Actions job build-and-push Fix build-and-push workflow failure by removing unsupported arm/v7 target Jun 19, 2026
Copilot AI requested a review from builder555 June 19, 2026 22:24
Copilot AI changed the title Fix build-and-push workflow failure by removing unsupported arm/v7 target Fix multi-platform Docker build by installing uv via pip instead of COPY --from Jun 19, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants