From 10592aa93e17e9bfa8e52f98aa66d349b4df79b3 Mon Sep 17 00:00:00 2001 From: wuhuizuo Date: Thu, 23 Jan 2025 17:41:26 +0800 Subject: [PATCH] fix(ticdc): update builder tag (#541) --- packages/packages.yaml.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/packages.yaml.tmpl b/packages/packages.yaml.tmpl index 3764dc9a..951f61d0 100644 --- a/packages/packages.yaml.tmpl +++ b/packages/packages.yaml.tmpl @@ -2324,7 +2324,7 @@ components: # binary builder, also we need it when build for mac to get build tools versions and other informations. builders: - if: {{ semver.CheckConstraint ">= 9.0.0-0" .Release.version }} - image: ghcr.io/pingcap-qe/cd/builders/ticdc:v2024.10.8-64-g95f12b0-centos7-go1.23 + image: ghcr.io/pingcap-qe/cd/builders/ticdc:v2024.10.8-78-gf83d845-centos7-go1.23 routers: - description: For range [v9.0.0, ) if: {{ semver.CheckConstraint ">= 9.0.0-0" .Release.version }}