Skip to content

Commit

Permalink
Update build_image.sh
Browse files Browse the repository at this point in the history
changed branch from legacy to vendor
  • Loading branch information
ehsan6sha authored Oct 18, 2024
1 parent 09ca49e commit e046632
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build_image.sh
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ ArmbianCompileServer()

$ARMBIAN_PATH/compile.sh \
BOARD=fxblox-rk1 \
BRANCH=legacy \
BRANCH=vendor \
RELEASE=jammy \
BUILD_DESKTOP=no \
BUILD_MINIMAL=yes \
Expand Down Expand Up @@ -113,7 +113,7 @@ ArmbianCompileDesktop()
{
$ARMBIAN_PATH/compile.sh \
BOARD=fxblox-rk1 \
BRANCH=legacy \
BRANCH=vendor \
BUILD_DESKTOP=yes \
BUILD_MINIMAL=no \
DESKTOP_APPGROUPS_SELECTED='3dsupport browsers chat desktop_tools editors email internet multimedia office remote_desktop' \
Expand Down

0 comments on commit e046632

Please sign in to comment.