Skip to content

Commit

Permalink
Update compilation parameters
Browse files Browse the repository at this point in the history
  • Loading branch information
ophub committed Jan 4, 2022
1 parent 6ace7fe commit 8819b6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-armbian.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ jobs:
sudo chmod +x compile.sh
sudo ./compile.sh BOARD=${{ env.ARMBIAN_BOARD }} RELEASE=${{ env.ARMBIAN_RELEASE }} BRANCH=current \
BUILD_MINIMAL=no BUILD_DESKTOP=no HOST=armbian KERNEL_ONLY=no KERNEL_CONFIGURE=no \
CLEAN_LEVEL=make,debs COMPRESS_OUTPUTIMAGE=sha,img EXPERT=yes ${{ env.ARMBIAN_MORE_OPTS }}
CLEAN_LEVEL=make,debs COMPRESS_OUTPUTIMAGE=sha,img ${{ env.ARMBIAN_MORE_OPTS }}
echo "::set-output name=status::success"
- name: Rebuild Armbian for amlogic s9xxx
Expand Down

0 comments on commit 8819b6b

Please sign in to comment.