Skip to content

Commit

Permalink
build(tikv): bump tikv build image tag
Browse files Browse the repository at this point in the history
The new tag image is built with `dwz` tool installed.

Signed-off-by: wuhuizuo <[email protected]>
  • Loading branch information
wuhuizuo committed Jan 8, 2025
1 parent 95f12b0 commit 050de59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/packages.yaml.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -2170,7 +2170,7 @@ components:
# binary builder, also we need it when build for mac to get build tools versions and other informations.
builders:
- if: {{ semver.CheckConstraint ">= 8.4.0-0" .Release.version }}
image: ghcr.io/pingcap-qe/cd/builders/tikv:v2024.10.8-51-g9b98efb-centos7
image: ghcr.io/pingcap-qe/cd/builders/tikv:v2024.10.8-63-gb22476a-centos7
- if: {{ semver.CheckConstraint ">= 6.1.0-0, < 8.4.0-0" .Release.version }}
image: ghcr.io/pingcap-qe/cd/builders/tikv:v20240325-24-gd14aee6
- if: {{ and (semver.CheckConstraint "~6.5.6-0" .Release.version) (eq "fips" .Release.profile) }}
Expand Down

0 comments on commit 050de59

Please sign in to comment.