mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-18 05:32:52 +00:00
7 lines
254 B
Bash
7 lines
254 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.tech/master/aarch64/clickhouse'
|
||
|
chmod a+x ./clickhouse
|
||
|
sudo ./clickhouse install
|