kind: pipeline type: docker name: default platform: os: linux arch: arm steps: - name: greeting image: alpine commands: - echo hello - echo world