buildx: Kubernetes: fix an incorrect explanation about QEMU

QEMU (user mode) performs full CPU emulation, not full system emulation
This commit is contained in:
Akihiro Suda 2024-01-24 13:11:12 +09:00 committed by GitHub
parent 0fb1c653c3
commit 7e4856991e
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 }