Merge pull request #19191 from AkihiroSuda/patch-13

buildx: Kubernetes: fix an incorrect explanation about QEMU
This commit is contained in:
David Karlsson 2024-01-24 05:17:08 +01:00 committed by GitHub
commit 71fad086ac
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -158,7 +158,7 @@ $ docker buildx build \
> **Warning**
>
> QEMU performs full-system emulation of non-native platforms, which is much
> QEMU performs full-CPU emulation of non-native platforms, which is much
> slower than native builds. Compute-heavy tasks like compilation and
> compression/decompression will likely take a large performance hit.
{ .warning }