kind: pipeline type: docker name: default platform: os: linux arch: arm64 steps: - name: test image: clang commands: - clang hello.c -o hello - ./hello