Skip to content

Conversation

Copy link

Copilot AI commented Dec 5, 2025

GitHub Actions failing due to Rust version mismatch and unsupported platform architecture.

Changes

  • Rust 1.81 → 1.83: askama 0.14.0 requires rustc 1.83+

    • Updated Dockerfile.build base image
    • Updated Cargo.toml rust-version
  • Removed linux/arm/v7: rust:alpine only provides amd64/arm64 manifests

    • Removed from build matrix
    • Kept amd64 and arm64 support
  • Fixed PR build flow: Conditionally skip digest export/upload for PRs

    • Prevents auth failures on pull request builds
    • Registry push remains main-branch only
Original prompt

#1

the github actions are failing


✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.

Copilot AI and others added 2 commits December 5, 2025 20:51
… platform

Co-authored-by: mitchross <6330506+mitchross@users.noreply.github.com>
Co-authored-by: mitchross <6330506+mitchross@users.noreply.github.com>
Copilot AI changed the title [WIP] Fix GitHub actions workflow issues Fix GHCR workflow: upgrade Rust to 1.83, remove unsupported ARM v7 Dec 5, 2025
Copilot AI requested a review from mitchross December 5, 2025 21:02
@mitchross mitchross marked this pull request as ready for review December 5, 2025 22:17
@mitchross mitchross merged commit f216c39 into main Dec 5, 2025
7 of 11 checks passed
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