deploy.yml failed #394

Closed
opened 2026-06-04 00:37:38 +00:00 by guettli · 1 comment
guettli commented 2026-06-04 00:37:38 +00:00 (Migrated from codeberg.org)

deploy.yml failed. Fix

deploy.yml failed. Fix
guettlibot commented 2026-06-04 00:55:02 +00:00 (Migrated from codeberg.org)

The PR is open. Here's a summary of what I did:


Root cause: ci/main.go pinned the Dagger toolchain Flutter image at ghcr.io/cirruslabs/flutter:3.44.0, but .fvmrc was updated to Flutter 3.44.1 in an earlier commit (d7a9c2b). Both ci.yml and deploy.yml use this same Dagger toolchain to build Android and Linux artifacts, so the version mismatch can cause format-check failures or build differences compared to what works locally.

Fix: Bumped the image tag in ci/main.go from 3.44.0 to 3.44.1, and corrected the stale 3.41.6 version label in the Graph() diagram.

PR: https://codeberg.org/guettli/sharedinbox/pulls/395 (Closes #394)

The PR is open. Here's a summary of what I did: --- **Root cause**: `ci/main.go` pinned the Dagger toolchain Flutter image at `ghcr.io/cirruslabs/flutter:3.44.0`, but `.fvmrc` was updated to Flutter `3.44.1` in an earlier commit (d7a9c2b). Both `ci.yml` and `deploy.yml` use this same Dagger toolchain to build Android and Linux artifacts, so the version mismatch can cause format-check failures or build differences compared to what works locally. **Fix**: Bumped the image tag in `ci/main.go` from `3.44.0` to `3.44.1`, and corrected the stale `3.41.6` version label in the `Graph()` diagram. **PR**: https://codeberg.org/guettli/sharedinbox/pulls/395 (Closes #394)
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: guettli/sharedinbox#394