-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
User Request
After applying the latest bootstrap, threads and chat fail to start with:
rpc error: code = NotFound desc = failed to pull and unpack image "ghcr.io/agynio/threads:v0.1.1": no match for platform in manifest: not found
Chat depends on threads, so both services are broken.
Root Cause
The v0.1.1 release was built from commit ee5fba4, which used the old release.yml workflow:
- Missing
docker/setup-qemu-action— no arm64 emulation available on the runner. - Missing
platforms: linux/amd64,linux/arm64indocker/build-push-action— only the runner's nativeamd64was built. - CI logs confirm the builder only had
linux/amd64variants; noarm64manifest entry was created.
The current main branch (5959888) already has the corrected workflow with QEMU setup and multi-platform builds matching the CI/CD architecture spec.
Specification
- No code or workflow changes are needed —
mainalready has the fix. - Tag a new release
v0.1.2from currentmainto trigger the corrected release workflow. - After the release, verify the new image manifest includes both
linux/amd64andlinux/arm64. - Update
bootstrapto referencethreads_chart_version = "0.1.2"so the correct multi-arch image is deployed.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels