aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 72c4d5a..d1c8c5d 100644
--- a/README.md
+++ b/README.md
@@ -68,8 +68,8 @@ The approach is to use Docker's new BuildKit builder + the buildx command line
plugin.
Other possibilities are:
-* use QEMU + multiarch base images directly ([2][2], [3][3]), and create a manifest file
-manually,
+* use QEMU + multiarch base images directly ([2][2], [3][3]), and create a
+manifest file manually,
* build natively on multiple architectures (not sure how to combine them in a
single manifest then though).