Skip to content

Commit

Permalink
build deb pkg
Browse files Browse the repository at this point in the history
  • Loading branch information
My Name committed Apr 22, 2024
1 parent 7bce838 commit bf91830
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/CI-Linux-5.15-Build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,5 @@ jobs:
- name: Build Linux 5.15 Kernel Test
run: |
make CROSS_COMPILE=aarch64-linux-gnu- ARCH=arm64 sun55i_t527_bsp_defconfig
make CROSS_COMPILE=aarch64-linux-gnu- ARCH=arm64 -j$(nproc)
make CROSS_COMPILE=aarch64-linux-gnu- ARCH=arm64 deb-pkg -j$(nproc)

0 comments on commit bf91830

Please sign in to comment.