--- kind: pipeline type: docker name: default platform: os: linux arch: arm64 # Optional: control clone step clone: disable: false skip_verify: true steps: - name: test image: alpine environment: GIT_SSL_NO_VERIFY: "true" commands: - echo "pipeline running"