kind: pipeline type: exec name: hello-drone platform: os: linux arch: arm steps: - name: echo hello world commands: - echo hello world