From 71eca307e635e16ceb24dc93357eaef2b8473da4 Mon Sep 17 00:00:00 2001 From: wangwei10061 <153692771@qq.com> Date: Wed, 27 Jul 2022 18:25:22 +0800 Subject: [PATCH] Update '.trustie-pipeline.yml' --- .trustie-pipeline.yml | 35 +++++++++++++++++++---------------- 1 file changed, 19 insertions(+), 16 deletions(-) diff --git a/.trustie-pipeline.yml b/.trustie-pipeline.yml index 89dd3d1..9520a10 100644 --- a/.trustie-pipeline.yml +++ b/.trustie-pipeline.yml @@ -1,18 +1,21 @@ -kind: pipeline -type: docker -name: master -platform: - os: linux - arch: amd64 +kind: pipeline +type: docker +name: master +platform: + os: linux + arch: arm64 steps: -- name: maven - image: maven:3-jdk-10 - commands: - - mvn install -DskipTests=true -Dmaven.javadoc.skip=true -B -V - - mvn test -B -trigger: - branch: - - master - event: - - push +- name: maven + image: maven:3-jdk-10 + commands: + - mvn install -DskipTests=true +- name: maven + image: maven:3-jdk-10 + commands: + - mvn install -DskipTests=true +trigger: + branch: + - master + event: + - push