From 7e4856991e1bcd7867162579556dfc83faf9834b Mon Sep 17 00:00:00 2001 From: Akihiro Suda Date: Wed, 24 Jan 2024 13:11:12 +0900 Subject: [PATCH] buildx: Kubernetes: fix an incorrect explanation about QEMU QEMU (user mode) performs full CPU emulation, not full system emulation --- content/build/drivers/kubernetes.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/build/drivers/kubernetes.md b/content/build/drivers/kubernetes.md index d1d12ca2c7..2c418f2e7d 100644 --- a/content/build/drivers/kubernetes.md +++ b/content/build/drivers/kubernetes.md @@ -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 }