From 8e49c8eec53097a7c9c9e5667064bc01f684a1ae Mon Sep 17 00:00:00 2001 From: alexfanqi Date: Wed, 22 Sep 2021 16:34:15 +1000 Subject: Add riscv to README.md currently only support riscv64. And multilib is not ready yet. Signed-off-by: alexfanqi Closes: https://github.com/gentoo/gentoo-docker-images/pull/111 Signed-off-by: Alexys Jacob --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index 13da7b5..a103766 100644 --- a/README.md +++ b/README.md @@ -44,6 +44,11 @@ The following targets are built and pushed to Docker Hub: * `stage3-ppc64le-musl-hardened-openrc` * `stage3-ppc64le-openrc` * `stage3-ppc64le-systemd` + * `riscv` + * `stage3-rv64_lp64-openrc` + * `stage3-rv64_lp64-systemd` + * `stage3-rv64_lp64d-openrc` + * `stage3-rv64_lp64d-systemd` * `s390` * `stage3-s390x` * `x86` @@ -82,6 +87,9 @@ The following upstream stage3 targets are not built at all: * `stage3-ppc64-systemd` [[unsupported](#unsupported)] * `stage3-ppc64le` [[deprecated](#deprecated)] * `stage3-ppc64le-musl-hardened` [[deprecated](#deprecated)] + * `riscv` + * `stage3-rv32_*` [[unsupported](#unsupported)] + * `stage3-rv64_multilib` [[under testing](#testing)] * `s390` * `stage3-s390` [[unsupported](#unsupported)] * `x86` @@ -97,6 +105,8 @@ The following upstream stage3 targets are not built at all: [selinux]: [SELinux doesn't seem to make sense inside containers](https://serverfault.com/q/757606/) +[under testing]: Not ready for container. Our arch team is working on testing it + [unsupported]: [Unsupported Docker architecture](https://github.com/docker-library/official-images#architectures-other-than-amd64) # Building the containers -- cgit v1.2.3-65-gdbad