Skip to content

Commit

Permalink
Adjust default compilation
Browse files Browse the repository at this point in the history
  • Loading branch information
ophub committed Jan 13, 2022
1 parent 3909859 commit 8e51442
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-armbian.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ jobs:
if: steps.compile.outputs.status == 'success' && !cancelled()
run: |
sudo chmod +x rebuild
sudo ./rebuild -d -b s905x3_s905x -k 5.4.170_5.10.90 -v dev
sudo ./rebuild -d -b s905x3_s905x -k 5.4.170_5.10.90_5.15.13 -v dev
sudo rm -rf build-armbian/amlogic-kernel/* && sync
sudo ./rebuild -d -b s922x_s922x-n2_s905d -k 5.4.170_5.15.13
sudo ./rebuild -d -b s905w_s912_s912-t95z_s905x2_s905_s905d-ki -k 5.4.170
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/use-releases-file-to-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:
cd ${GITHUB_WORKSPACE}
sudo chmod +x rebuild
sudo ./rebuild -d -b s905x3_s905x -k 5.4.170_5.10.90 -v dev
sudo ./rebuild -d -b s905x3_s905x -k 5.4.170_5.10.90_5.15.13 -v dev
sudo rm -rf build-armbian/amlogic-kernel/* && sync
sudo ./rebuild -d -b s922x_s922x-n2_s905d -k 5.4.170_5.15.13
sudo ./rebuild -d -b s905w_s912_s912-t95z_s905x2_s905_s905d-ki -k 5.4.170
Expand Down

0 comments on commit 8e51442

Please sign in to comment.