CI builds + pushes multi-arch deploy images on git tags #431
No reviewers
Labels
No labels
Compat/Breaking
Kind/Bug
Kind/Documentation
Kind/Enhancement
Kind/Feature
Kind/Security
Kind/Testing
Priority
Critical
Priority
High
Priority
Low
Priority
Medium
Reviewed
Confirmed
Reviewed
Duplicate
Reviewed
Invalid
Reviewed
Won't Fix
Status
Abandoned
Status
Blocked
Status
Need More Info
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set
Reference
toasterson/Anima!431
Loading…
Reference in a new issue
No description provided.
Delete branch "claude/wi-019f903c-ci-builds-pushes-multi-arch-deploy-image"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Anima work item
019f903c-c284-7020-8bbd-fc39e2237f66.Today's deploy (PR #358) exposed two CI gaps:
build-and-push-imagesstep does NOT push the deploy tags —docker manifest inspect anima-server:76cbce8/:fa035a5both returned "manifest unknown". So the deployable image is still built by hand on archibald (amd64) + armini (arm64) and stitched with scripts/stitch-manifest.sh. Slow and manual.Goal: pushing a git TAG (e.g. a release/deploy tag, not every branch) triggers CI to build AND push the multi-arch deploy manifest to code.aopc.cloud/toasterson (anima-server, anima-runner, and the other in-cluster images) tagged with the git SHA (and/or the tag name), so a deploy is just a homelab tag bump + flux reconcile — no hand build.
Scope / open questions:
fa035a5).Relates to the manual-build reference in memory (Claude builds on archibald + armini by hand today).
WIP: CI builds + pushes multi-arch deploy images on git tagsto CI builds + pushes multi-arch deploy images on git tags