-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(tiflash): update the build script path
[SKIP-CI] Signed-off-by: wuhuizuo <[email protected]>
- Loading branch information
Showing
3 changed files
with
6 additions
and
7 deletions.
There are no files selected for viewing
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -16,7 +16,6 @@ LABEL org.opencontainers.image.authors "[email protected]" | |
LABEL org.opencontainers.image.description "binary builder for tiflash" | ||
LABEL org.opencontainers.image.source = "https://github.com/PingCAP-QE/artifacts" | ||
|
||
# renovate: datasource=github-tags depName=pingcap/tiflash | ||
ARG TIFLASH_VER=v8.3.0 | ||
RUN FILE=$([ "$(arch)" = "aarch64" ] && echo "bake_llvm_base_aarch64.sh" || echo "bake_llvm_base_amd64.sh"); \ | ||
TAR_DIR="tiflash-$(echo $TIFLASH_VER | sed 's/v//')"; \ | ||
|
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