kind: pipeline
type: docker
name: default
platform:
os: linux
arch: amd64
steps:
- name: maven
image: arm64v8/maven
commands:
- echo 'hello'
trigger:
branch:
- master
event:
- push