diff options
author | alexfanqi <alexfanqi@yahoo.com> | 2021-09-22 16:34:15 +1000 |
---|---|---|
committer | Alexys Jacob <ultrabug@gentoo.org> | 2021-10-21 13:13:17 +0200 |
commit | 8e49c8eec53097a7c9c9e5667064bc01f684a1ae (patch) | |
tree | 3123bbd939b0ac07a10304fa0d0c476db41b0a4e | |
parent | generate containers for riscv64 (lp64 & lp64d one-level) (diff) | |
download | docker-images-8e49c8eec53097a7c9c9e5667064bc01f684a1ae.tar.gz docker-images-8e49c8eec53097a7c9c9e5667064bc01f684a1ae.tar.bz2 docker-images-8e49c8eec53097a7c9c9e5667064bc01f684a1ae.zip |
Add riscv to README.md
currently only support riscv64. And multilib is not ready yet.
Signed-off-by: alexfanqi <alexfanqi@yahoo.com>
Closes: https://github.com/gentoo/gentoo-docker-images/pull/111
Signed-off-by: Alexys Jacob <ultrabug@gentoo.org>
-rw-r--r-- | README.md | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -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 |