Skip to content

Conversation

@PastelStorm
Copy link
Contributor

@PastelStorm PastelStorm commented Feb 11, 2026

Note

Medium Risk
Changes the CD build/publish pipeline for arm64 and multi-arch manifests; mistakes could break image publication or tagging, though no runtime app logic changes are involved.

Overview
Adds manual triggering (workflow_dispatch) to the Docker publish workflow and switches the arm64 build job to run on GitHub-hosted ubuntu-24.04-arm instead of the custom ARM runner.

Simplifies multi-arch image publishing by replacing multiple docker manifest create/push steps with a single docker buildx imagetools create that tags latest, $SHORT_SHA, and the package VERSION. Docker smoke tests now always set SKIP_INFERENCE_TESTS=true for both architectures.

Bumps the package version to 0.1.1 and documents these release notes in CHANGELOG.md.

Written by Cursor Bugbot for commit 67e3f2a. This will update automatically on new commits. Configure here.

@PastelStorm PastelStorm requested a review from aballman February 11, 2026 18:24
@PastelStorm PastelStorm merged commit 060f480 into main Feb 11, 2026
12 checks passed
@PastelStorm PastelStorm deleted the evoss/fix-the-arm-runner branch February 11, 2026 18:25
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