Skip to content

docs: add supported archs #2017

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
May 1, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions how-to-guides/celestia-app.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,17 @@ This tutorial will guide you through installing celestia-app, both
Celestia-app is the software that allows you to run
consensus nodes — including validators — and provide RPC endpoints.

## Supported architectures

Celestia-app officially supports the following architectures:

- linux/amd64
- linux/arm64
- darwin/amd64 (macOS Intel)
- darwin/arm64 (macOS Apple Silicon)

Only these four architectures are officially tested and supported.

## Building binary from source

This section of the tutorial presumes you completed the steps in
Expand Down
11 changes: 11 additions & 0 deletions how-to-guides/celestia-node.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,17 @@ import mochaVersions from '/.vitepress/constants/mocha_versions.js'
import mainnetVersions from '/.vitepress/constants/mainnet_versions.js'
</script>

## Supported architectures

Celestia-node officially supports the following architectures:

- linux/amd64
- linux/arm64
- darwin/amd64 (macOS Intel)
- darwin/arm64 (macOS Apple Silicon)

Only these four architectures are officially tested and supported.

## Installing from source

This section goes over building and installing celestia-node. This
Expand Down
11 changes: 11 additions & 0 deletions how-to-guides/environment.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,17 @@ This page will go over setting up your development environment
to run Celestia software. This environment can be used for development, building
binaries, and running nodes.

## Supported architectures

Celestia-app and celestia-node only officially support the following architectures:

- linux/amd64
- linux/arm64
- darwin/amd64 (macOS Intel)
- darwin/arm64 (macOS Apple Silicon)

Only these four architectures are officially tested and supported.

## Install dependencies

1. If you are on Ubuntu, first update and upgrade your OS:
Expand Down