mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-10 09:32:06 +00:00
7 lines
253 B
Bash
7 lines
253 B
Bash
# ARM (AArch64) build works on Amazon Graviton, Oracle Cloud, Huawei Cloud ARM machines.
|
|
# The support for AArch64 is pre-production ready.
|
|
|
|
wget 'https://builds.clickhouse.com/master/aarch64/clickhouse'
|
|
chmod a+x ./clickhouse
|
|
sudo ./clickhouse install
|