kind: pipeline name: build steps: - name: build image: rust:1.56.1 commands: - cargo install bootimage - rustup component add llvm-tools-preview - cargo bootimage