--- kind: pipeline type: exec name: Build steps: - name: build commands: - rustup default stable - rustup target add armv7-unknown-linux-gnueabihf - rustup show - cargo build --target=armv7-unknown-linux-gnueabihf node: lights: builder ...