kind: pipeline name: default platform: os: linux arch: arm64 steps: - name: en image: alpine commands: - echo hello - echo world - name: test image: ruby commands: - bundle install --jobs=3 --retry=3 - rake