From c566f5252e0fc6442c441b6edcf86808b9d5e32b Mon Sep 17 00:00:00 2001 From: "DESKTOP-V763RJ7\\Administrator" <835606593@qq.com> Date: Sat, 24 Jan 2026 12:27:37 +0800 Subject: [PATCH] =?UTF-8?q?feat=20=E7=BC=96=E8=AF=91=E6=97=B6=E6=8F=92?= =?UTF-8?q?=E6=A1=A9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- deploy/Jenkinsfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/deploy/Jenkinsfile b/deploy/Jenkinsfile index 9bdbee2..95c15c4 100644 --- a/deploy/Jenkinsfile +++ b/deploy/Jenkinsfile @@ -75,9 +75,9 @@ pipeline { find /go -name orchestrion 2>/dev/null ls -la /go/bin/ 2>/dev/null || echo "/go/bin 不存在" - orchestrion pin + /go/bin/linux_amd64/orchestrion pin - orchestrion go build -o ${env.APP_NAME} . + /go/bin/linux_amd64/orchestrion go build -o ${env.APP_NAME} . """ } }