From 0cab53490d21558b2b2188a8cd28e39422f6d05d Mon Sep 17 00:00:00 2001 From: pastalian Date: Sat, 18 May 2024 15:16:08 +0900 Subject: Fix the example build command `stage3-amd64` is not a correct target and the build fails. Signed-off-by: Takuya Wakazono Closes: https://github.com/gentoo/gentoo-docker-images/pull/140 Signed-off-by: John Helmert III --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index dcee7ce..171e3aa 100644 --- a/README.md +++ b/README.md @@ -117,7 +117,7 @@ The following upstream stage3 targets are not built at all: The containers are created using a multi-stage build, which requires Docker >= 19.03.0. The container being built is defined by the TARGET environment variable: -`` TARGET=stage3-amd64 ./build.sh `` +`` TARGET=stage3-amd64-openrc ./build.sh `` # Using the portage container as a data volume -- cgit v1.2.3-65-gdbad