更新 Jenkinsfile

This commit is contained in:
2026-04-24 16:00:20 +08:00
parent b80419ade2
commit 70f8fbf9bf
Vendored
+1 -1
View File
@@ -14,7 +14,7 @@ pipeline {
IMAGE_TAG = "${env.BUILD_ID}"
DOCKER_CREDS = 'harbor_key'
TARGET_PLATFORMS = 'linux/amd64,linux/arm64'
BUILDER_NAME = "liverecorder-buildx-${env.BUILD_ID}"
BUILDER_NAME = "liverecorder-buildx"
GIT_REPO_URL = 'https://gitea.nxsir.cn/nanxun/live_recorder.git'
GIT_BRANCH = 'main'