Skip to content
This repository was archived by the owner on Mar 18, 2026. It is now read-only.

fix(ci): remove arm64 platform from Docker publish - #23

Merged
whoabuddy merged 1 commit into
mainfrom
fix/docker-publish-platform
Feb 17, 2026
Merged

fix(ci): remove arm64 platform from Docker publish#23
whoabuddy merged 1 commit into
mainfrom
fix/docker-publish-platform

Conversation

@whoabuddy

Copy link
Copy Markdown
Contributor

Summary

  • Remove linux/arm64 from Docker publish platforms — the upstream base image ghcr.io/openclaw/openclaw:v2026.2.2 is amd64-only
  • Remove the now-unnecessary QEMU setup step

Context

The Docker Publish workflow failed on first run because Buildx tried to pull the base image for arm64, which doesn't exist:

ERROR: ghcr.io/openclaw/openclaw:v2026.2.2: not found

Test plan

  • CI passes
  • After merge: Docker Publish workflow succeeds on main

🤖 Generated with Claude Code

The upstream base image ghcr.io/openclaw/openclaw:v2026.2.2 is
amd64-only, causing the arm64 build to fail with "not found".
Remove linux/arm64 from platforms and the unnecessary QEMU setup step.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@whoabuddy
whoabuddy merged commit d9b17ab into main Feb 17, 2026
8 checks passed
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant