Skip to content

Instantly share code, notes, and snippets.

@filimonov
Created March 22, 2021 13:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save filimonov/5f9732909ff66d5d0a65b8283382590d to your computer and use it in GitHub Desktop.
Save filimonov/5f9732909ff66d5d0a65b8283382590d to your computer and use it in GitHub Desktop.
# 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