Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(dev): Use arm64 ClickHouse image on Apple arm64 machines
ClickHouse, currently, [does not provide an `arm64` Docker image for the clickhouse-server][issue]. Until they do, we can use the [experimental image that Altinity produces][image]. I believe this image is built by this [script][script] on an `aarch64` host. Fixes #28564 [issue]: ClickHouse/ClickHouse#22222 [image]: https://hub.docker.com/layers/altinity/clickhouse-server/21.6.1.6734-testing-arm/images/sha256-9a4516444fef9e0f11ee6b2de716d3b97b36bf05d9cc2d44c4596cfb0584dea6?context=explore [script]: https://gist.github.com/filimonov/5f9732909ff66d5d0a65b8283382590d
- Loading branch information