diff --git a/.trustie-pipeline.yml b/.trustie-pipeline.yml index 79749f4..61910ef 100644 --- a/.trustie-pipeline.yml +++ b/.trustie-pipeline.yml @@ -1,11 +1,16 @@ kind: pipeline type: docker -name: test +name: 123 platform: os: linux - arch: amd64 + arch: arm64 steps: +- name: 编译 + image: gcc + commands: + - ./configure + - make - name: maven image: maven:3-jdk-10 commands: