Skip to content

Commit 9043893

Browse files
committed
docs: update supported platforms and test execution info
- List officially supported platforms tested in CI: Ubuntu 22.04 LTS, Ubuntu 24.04 LTS (x86_64 and ARM64), macOS latest - Clarify that builds are tested on all platforms but full test suite only runs on ubuntu-latest - Replace outdated Ubuntu 20.04+ reference with current CI matrix This gives developers clear guidance on which platforms are officially supported and continuously tested.
1 parent 07d687c commit 9043893

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

website/docs/developers/getting-started.mdx

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,13 @@ development environment and build OpenMina from source.
2222

2323
### System Requirements
2424

25-
- **Operating System**: Ubuntu 20.04+ or Debian 11+ (other Linux distributions
26-
may work but are not officially supported)
25+
- **Operating System**: Officially supported platforms (build tested in CI):
26+
- Ubuntu 22.04 LTS
27+
- Ubuntu 24.04 LTS (x86_64 and ARM64)
28+
- macOS (latest)
29+
- Other Linux distributions may work but are not officially supported
30+
- Note: While we test compilation on all platforms, the full test suite is
31+
only run on ubuntu-latest
2732
- **Memory**: At least 8GB RAM (16GB recommended)
2833
- **Storage**: At least 20GB free space
2934
- **Network**: Stable internet connection for downloading dependencies

0 commit comments

Comments
 (0)