webclaw/.github/workflows
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
..
ci.yml chore(ci): bump actions/checkout and artifact actions to v5 2026-05-21 15:11:29 +02:00
deps.yml chore(ci): bump actions/checkout and artifact actions to v5 2026-05-21 15:11:29 +02:00
release.yml ci(release): build the Docker image in one multi-platform pass 2026-06-10 15:54:28 +02:00