webclaw/.github
Valerio 8015de7db5 ci(release): build the Docker image in one multi-platform pass
The per-arch build + 'imagetools create' combine failed at the manifest
step with 'v0.6.9-arm64: not found' — buildx's default provenance/SBOM
attestations turn each per-arch tag into an index, and assembling them
races GHCR's read-after-write. Replace it with a single
'docker buildx build --platform linux/amd64,linux/arm64 --push'
(attestations off) so one manifest list is pushed atomically. Dockerfile.ci
now selects binaries by TARGETARCH. Adds a workflow_dispatch path to
re-publish an existing tag's image without rebuilding binaries or bumping
the version.
2026-06-10 15:54:28 +02:00
..
workflows ci(release): build the Docker image in one multi-platform pass 2026-06-10 15:54:28 +02:00
banner.png docs(readme): update banner to new webclaw branding 2026-06-09 18:53:14 +02:00
FUNDING.yml Add GitHub Sponsors username to FUNDING.yml 2026-04-27 13:18:22 +02:00