From 9e09c76a84eb58b52d561bf00aaecc845338deaf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=A5=BF=E8=A1=97=E9=95=BF=E5=AE=89?= Date: Fri, 8 May 2026 20:33:03 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20Jenkinsfile?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Jenkinsfile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Jenkinsfile b/Jenkinsfile index 16cf762..5597efc 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -52,6 +52,9 @@ pipeline { set -e sudo docker buildx version sudo docker run --privileged --rm tonistiigi/binfmt --install arm64 + + # 强制清理旧的 builder 实例,防止僵尸状态 + sudo docker buildx rm ${BUILDER_NAME} || true """ } }