Created
March 22, 2021 13:57
-
-
Save filimonov/5f9732909ff66d5d0a65b8283382590d to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# uname -a | |
# Linux ip-172-31-1-128 5.4.0-1038-aws #40-Ubuntu SMP Fri Feb 5 23:53:34 UTC 2021 aarch64 aarch64 aarch64 GNU/Linux | |
git clone --depth=1 --branch=docker_server_from_ci_builds https://github.com/filimonov/ClickHouse.git | |
cd ClickHouse/docker/server/ | |
docker build . --network host --build-arg single_binary_location="https://builds.clickhouse.tech/master/aarch64/clickhouse" | |
docker image ls | |
docker tag 98f169cda25a altinity/clickhouse-server:21.4.1.6307-testing-arm | |
docker login | |
docker push altinity/clickhouse-server:21.4.1.6307-testing-arm |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment