Skip to content

Commit 5eb1f3e

Browse files
authored
Merge pull request #6615 from twz123/riscv64-supported
List RISC-V as supported architecture
2 parents 6b0f8d0 + 0f43e86 commit 5eb1f3e

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ k0s is distributed as a single binary with zero host OS dependencies besides the
4343
- Supports custom [Container Runtime Interface (CRI)](docs/runtime.md) plugins (containerd is the default)
4444
- Supports all Kubernetes storage options with [Container Storage Interface (CSI)](docs/storage.md)
4545
- Supports a variety of [datastore backends](docs/configuration.md#specstorage): etcd (default for multi-node clusters), SQLite (default for single node clusters), MySQL, and PostgreSQL
46-
- Supports x86-64, ARM64 and ARMv7
46+
- Supports x86-64, ARM64, ARMv7 and RISC-V
4747
- Includes [Konnectivity service](docs/networking.md#controller-worker-communication), CoreDNS and Metrics Server
4848
<!-- End Key Features -->
4949

docs/system-requirements.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,7 @@ The following operating systems are automatically tested as part of our CI:
8080
- `x86_64`
8181
- `aarch64`
8282
- `armv7l`
83+
- `riscv64` (No pre-compiled binaries, no CI coverage)
8384

8485
## Networking
8586

0 commit comments

Comments
 (0)