Skip to content

Commit

Permalink
Adjust the default compiled soc type
Browse files Browse the repository at this point in the history
  • Loading branch information
ophub committed Sep 20, 2021
1 parent 6a836f2 commit d538c4a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-armbian.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,8 +75,8 @@ jobs:
if: steps.build.outputs.status == 'success'
run: |
sudo chmod +x make kernel.sh
sudo ./make s905x3_s905d_s922x
sudo ./kernel.sh
sudo ./make s905x3_s905d_s922x_s905x2_s912
#sudo ./kernel.sh
cd ./build/output/images && sudo gzip *.img
echo "FILEPATH=$PWD" >> $GITHUB_ENV
echo "FILE_DATE=$(date +"%Y.%m.%d.%H%M")" >> $GITHUB_ENV
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/use-releases-file-to-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,8 @@ jobs:
[ -s DOWNLOAD_ARMBIAN ] && wget -q -P build/output/images https://github.com/${GITHUB_REPOSITORY}/releases/download/$(cat DOWNLOAD_ARMBIAN)
cd ./build/output/images && gzip -df *.img.gz && sync && cd ../../../
sudo chmod +x make kernel.sh
sudo ./make s905x2_s905x_s905w_s912
sudo ./kernel.sh
sudo ./make s905x3_s905d_s922x_s905x2_s912
#sudo ./kernel.sh
cd ./build/output/images && sudo gzip *.img
echo "FILEPATH=$PWD" >> $GITHUB_ENV
echo "FILE_DATE=$(date +"%Y.%m.%d.%H%M")" >> $GITHUB_ENV
Expand Down

0 comments on commit d538c4a

Please sign in to comment.