Skip to content

Commit a80c076

Browse files
authored
fix linux_build path
1 parent 0c9b410 commit a80c076

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/rpi4-kernel-build.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
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

88
name: 'RPI4 RT Kernel build'
99

@@ -87,7 +87,7 @@ jobs:
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

0 commit comments

Comments
 (0)