fix: wait for release builder platforms
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user