Skip to content

Commit

Permalink
Update CI-BuildPush.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
YuzukiTsuru committed Dec 12, 2023
1 parent 9c0b508 commit f794c64
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/CI-BuildPush.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,13 @@ jobs:
make CROSS_COMPILE=arm-linux-gnueabihf- ARCH=arm -j$(nproc)
cd -
- name: Build Linux 6.1 Kernel Test
run: |
cd kernel/linux-6.1
make CROSS_COMPILE=arm-linux-gnueabihf- ARCH=arm tinyvision_defconfig
make CROSS_COMPILE=arm-linux-gnueabihf- ARCH=arm -j$(nproc)
cd -
- name: Build Linux 6.7 Kernel Test
run: |
cd kernel/linux-6.7-rc2
Expand Down

0 comments on commit f794c64

Please sign in to comment.