chore: add the steps of building android binary (#2567)

This commit is contained in:
zyy17
2023-10-11 10:31:11 +08:00
committed by GitHub
parent c9c2b3c91f
commit c60b59adc8
4 changed files with 45 additions and 2 deletions

View File

@@ -94,7 +94,7 @@ build-android-bin: ## Build greptime binary for android.
CARGO_BUILD_EXTRA_OPTS="--bin greptime --no-default-features"
.PHONY: strip-android-bin
strip-android-bin: ## Strip greptime binary for android.
strip-android-bin: build-android-bin ## Strip greptime binary for android.
docker run --network=host \
-v ${PWD}:/greptimedb \
-w /greptimedb ${IMAGE_REGISTRY}/${IMAGE_NAMESPACE}/dev-builder-android:latest \