Successfully managed to build ClickHouse on AArch64 in Docker with QEMU [#CLICKHOUSE-2]

This commit is contained in:
Alexey Milovidov 2018-05-14 03:58:58 +03:00
parent fc1fa366d2
commit d57c118fdf

View File

@ -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.