openclaw/.github/workflows
spiceoogway 40632e727f fix: correct ARM64 Docker image tagging (issue #4566)
Each architecture-specific build job was pushing tags for BOTH amd64 and arm64,
causing the last-finished build to overwrite the other's tags. This resulted in
users pulling arm64-tagged images but receiving amd64 binaries, leading to
'exec format error' on ARM64 hosts.

Fix: Each job now only pushes tags with its own architecture suffix:
- build-amd64 → only -amd64 tags
- build-arm64 → only -arm64 tags

The create-manifest job correctly combines both into multi-arch manifests
with clean (no suffix) tags.

Fixes #4566
2026-01-30 09:03:20 -05:00
..
auto-response.yml CI: add auto-response labels 2026-01-27 23:17:22 -06:00
ci.yml fix: cap windows vitest workers in ci 2026-01-27 15:51:21 +00:00
docker-release.yml fix: correct ARM64 Docker image tagging (issue #4566) 2026-01-30 09:03:20 -05:00
install-smoke.yml fix: update install URLs from clawd.bot to openclaw.ai 2026-01-30 00:19:20 -06:00
labeler.yml CI: sync labels on PR updates 2026-01-26 19:21:31 -06:00
workflow-sanity.yml refactor(test): consolidate temp home + vitest setup 2026-01-09 16:41:05 +01:00