ClickHouse/docs/_includes/install/arm.sh

7 lines
253 B
Bash
Raw Normal View History

2021-06-30 13:35:18 +00:00
# ARM (AArch64) build works on Amazon Graviton, Oracle Cloud, Huawei Cloud ARM machines.
# The support for AArch64 is pre-production ready.
2021-09-22 00:22:57 +00:00
wget 'https://builds.clickhouse.com/master/aarch64/clickhouse'
2021-06-30 13:35:18 +00:00
chmod a+x ./clickhouse
sudo ./clickhouse install