Skip to content

Commit

Permalink
Update buildOrangePi.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
toneywoo authored Jun 25, 2023
1 parent 53a477b commit 2dbb102
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions .github/workflows/buildOrangePi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,10 +67,14 @@ jobs:
#cp ../config-default.conf ./userpatches/
#cp ../config-example.conf ./userpatches/
#cp -f ../configuration.sh ./scripts/
sudo ./build.sh BOARD=orangepi3-lts BRANCH=next BUILD_OPT=image RELEASE=jammy BUILD_MINIMAL=no \
BUILD_DESKTOP=yes KERNEL_CONFIGURE=no DESKTOP_ENVIRONMENT=xfce \
DESKTOP_ENVIRONMENT_CONFIG_NAME=config_base DESKTOP_APPGROUPS_SELECTED="browsers,desktop_tools,remote_desktop" \
COMPRESS_OUTPUTIMAGE=sha,img CONFIG="../config-example.conf"
#sudo ./build.sh BOARD=orangepi3-lts BRANCH=next BUILD_OPT=image RELEASE=jammy BUILD_MINIMAL=no \
#BUILD_DESKTOP=yes KERNEL_CONFIGURE=no DESKTOP_ENVIRONMENT=xfce \
#DESKTOP_ENVIRONMENT_CONFIG_NAME=config_base DESKTOP_APPGROUPS_SELECTED="browsers,desktop_tools,remote_desktop" \
#COMPRESS_OUTPUTIMAGE=sha,img CONFIG="../config-example.conf"
sudo ./build.sh BOARD=orangepi3-lts BRANCH=next BUILD_OPT=image RELEASE=jammy \
BUILD_MINIMAL=no BUILD_DESKTOP=yes KERNEL_CONFIGURE=no DESKTOP_ENVIRONMENT=xfce \
DESKTOP_ENVIRONMENT_CONFIG_NAME=config_base DESKTOP_APPGROUPS_SELECTED="3dsupport browsers editors internet" \
COMPRESS_OUTPUTIMAGE=sha,gpg,img
echo "build_tag=Armbian_OrangePi_${{ env.ARMBIAN_RELEASE }}_$(date +"%m.%d.%H%M")" >> ${GITHUB_OUTPUT}
Expand Down

0 comments on commit 2dbb102

Please sign in to comment.