From 866dc34d557d6c5146fe8d754875218f850710a1 Mon Sep 17 00:00:00 2001 From: pyh2if57b <15802626334@163.com> Date: Thu, 22 Dec 2022 11:51:21 +0800 Subject: [PATCH] Update '.trustie-pipeline.yml' --- .trustie-pipeline.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.trustie-pipeline.yml b/.trustie-pipeline.yml index 8ca4f39..9808ce6 100644 --- a/.trustie-pipeline.yml +++ b/.trustie-pipeline.yml @@ -4,12 +4,12 @@ type: docker name: 测试流水线 platform: os: linux - arch: amd64 + arch: arm64 steps: - name: maven image: maven:3-jdk-10 commands: - - mvn install -DskipTests=true + - mvn install -DskipTests=tru # 本模板示例为上传软件包和部署脚本到home目录 # host、username、password可在参数管理中配置 - name: 上传文件