Skip to content

Commit

Permalink
update to riscv-kernel-6.11.18
Browse files Browse the repository at this point in the history
  • Loading branch information
root committed Sep 19, 2024
1 parent a49f21e commit baa25e4
Show file tree
Hide file tree
Showing 4 changed files with 1,083 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
useradd build
echo 'build ALL=(ALL:ALL) ALL' >> /etc/sudoers
chmod -R 666 linux-main
su --command="cd linux-main ; makepkg -s ." build
su --command="cd linux-main && git apply riscv64.patch && makepkg -s ." build
- name: Copy ${{ matrix.image-name }}
run: |
Expand Down
Loading

0 comments on commit baa25e4

Please sign in to comment.