kind: pipeline type: docker name: buster steps: - name: Cross Compile image: debian:buster environtment: - CC: $PWD/tools/arm-bcm2708/gcc-linaro-arm-linux-gnueabihf-raspbian-x64/bin/arm-linux-gnueabihf-gcc commands: - apt-get update && apt-get -y upgrade && apt-get -y install build-essential git - git clone https://github.com/raspberrypi/tools.git - PATH=$PWD/tools/arm-bcm2708/gcc-linaro-arm-linux-gnueabihf-raspbian-x64/bin:$PATH make