File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 1- # This is a callable workflow for the RPI4 RT kernel build. It is based on the Dockerfile located in the repo
1+ # This is a callable workflow for the Raspberry Pi RT kernel build. It is based on the Dockerfile located in the repo
22# Workflow can be started from another workflow
3- # The build takes 1.5 hours and artifacts are available under workflow artifacts
3+ # The build takes 2 hours and artifacts are available under workflow artifacts
44# - kernel .deb packages
55# TODO:
6- # - create Docker image and push it to the packages
6+ # - create a Docker image and push it to the packages
77
88name : ' RPI4 RT Kernel build'
99
8787 image : rtwg-image:22.04
8888 options : -v ${{ github.workspace }}:/work
8989 run : |
90- cd /home/user/ linux_build/linux-raspi
90+ cd /linux_build/linux-raspi
9191 make ARCH=arm64 CROSS_COMPILE=aarch64-linux-gnu- LOCALVERSION=-raspi -j `nproc` bindeb-pkg
9292 sudo cp ../*.deb /work
9393
You can’t perform that action at this time.
0 commit comments