fix: wait for release builder platforms

This commit is contained in:
2026-08-15 08:19:15 +00:00
parent 618bb3d206
commit 87cca59d3a
2 changed files with 29 additions and 9 deletions
+5 -4
View File
@@ -287,10 +287,11 @@ The publisher deliberately uses `moby/buildkit:rootless` with
`--oci-worker-no-process-sandbox`. On nested Docker hosts, the default OCI
sandbox can fail while masking `/proc/acpi` for an emulated build; rootless
BuildKit confines that compatibility setting to the disposable builder. It
refuses to publish unless `docker buildx inspect` reports both `linux/amd64`
and `linux/arm64`, and removes the builder and binfmt handler on success,
failure, or interruption. Retain the displayed manifest digest in release
notes and deploy the immutable tag or digest.
waits briefly for the new worker to observe binfmt, then refuses to publish
unless `docker buildx inspect` reports both `linux/amd64` and `linux/arm64`.
On capability failure it prints that inspection output and removes the builder
and binfmt handler on success, failure, or interruption. Retain the displayed
manifest digest in release notes and deploy the immutable tag or digest.
## Operator usage