mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-10 01:25:21 +00:00
Successfully managed to build ClickHouse on AArch64 in Docker with QEMU [#CLICKHOUSE-2]
This commit is contained in:
parent
fc1fa366d2
commit
d57c118fdf
@ -7,6 +7,12 @@ Usage example:
|
||||
./run-with-docker.sh ubuntu:bionic jobs/quick-build/run.sh
|
||||
```
|
||||
|
||||
Another example, check build on ARM 64:
|
||||
```
|
||||
./prepare-docker-image-ubuntu.sh
|
||||
./run-with-docker.sh multiarch/ubuntu-core:arm64-bionic jobs/quick-build/run.sh
|
||||
```
|
||||
|
||||
Look at `default_config` and `jobs/quick-build/config`
|
||||
|
||||
Various possible options. We are not going to automate testing all of them.
|
||||
|
Loading…
Reference in New Issue
Block a user