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
2
2
# 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
4
4
# - kernel .deb packages
5
5
# TODO:
6
- # - create Docker image and push it to the packages
6
+ # - create a Docker image and push it to the packages
7
7
8
8
name : ' RPI4 RT Kernel build'
9
9
87
87
image : rtwg-image:22.04
88
88
options : -v ${{ github.workspace }}:/work
89
89
run : |
90
- cd /home/user/ linux_build/linux-raspi
90
+ cd /linux_build/linux-raspi
91
91
make ARCH=arm64 CROSS_COMPILE=aarch64-linux-gnu- LOCALVERSION=-raspi -j `nproc` bindeb-pkg
92
92
sudo cp ../*.deb /work
93
93
You can’t perform that action at this time.
0 commit comments