kind: pipeline type: docker name: default platform: os: linux arch: arm64 steps: - name: Build image: rg.fr-par.scw.cloud/serene/llvm:15-7 commands: - cmake --version - ./builder build when: branch: - master