commit:     8e49c8eec53097a7c9c9e5667064bc01f684a1ae
Author:     alexfanqi <alexfanqi <AT> yahoo <DOT> com>
AuthorDate: Wed Sep 22 06:34:15 2021 +0000
Commit:     Alexys Jacob <ultrabug <AT> gentoo <DOT> org>
CommitDate: Thu Oct 21 11:13:17 2021 +0000
URL:        https://gitweb.gentoo.org/proj/docker-images.git/commit/?id=8e49c8ee

Add riscv to README.md

currently only support riscv64. And multilib is not ready yet.

Signed-off-by: alexfanqi <alexfanqi <AT> yahoo.com>
Closes: https://github.com/gentoo/gentoo-docker-images/pull/111
Signed-off-by: Alexys Jacob <ultrabug <AT> gentoo.org>

 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:
 
 <a name="selinux">[selinux]</a>: [SELinux doesn't seem to make sense inside 
containers](https://serverfault.com/q/757606/)
 
+<a name="testing">[under testing]</a>: Not ready for container. Our arch team 
is working on testing it
+
 <a name="unsupported">[unsupported]</a>: [Unsupported Docker 
architecture](https://github.com/docker-library/official-images#architectures-other-than-amd64)
 
 # Building the containers

Reply via email to