From 94de6a116b65660d06d6184728a0bb06514ecd93 Mon Sep 17 00:00:00 2001 From: Revvy Date: Sat, 2 Sep 2023 00:15:52 -0400 Subject: [PATCH] typo in docker readme --- docker/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/README.md b/docker/README.md index 2732ab6..c0e33a1 100644 --- a/docker/README.md +++ b/docker/README.md @@ -191,7 +191,7 @@ docker build -t librey:latest . Supported architectures for the official librey images include the same ones supported by Alpine itself, which are typically denoted as `linux/386`, `linux/amd64`, `linux/arm/v6`. If you need support for a different architecture, such as `linux/arm/v7`, you can modify the 'Dockerfile' to use a more comprehensive base image like `ubuntu:latest` instead. -In this case, you must run the `build` process specifying the desired architecture as shown in the example below: +In this case, you must run the `buildx` process specifying the desired architecture as shown in the example below: ```sh docker buildx build \