Skip to content

Commit

Permalink
accomodating v6* branches
Browse files Browse the repository at this point in the history
  • Loading branch information
rik-shaw committed Feb 3, 2025
1 parent 05b6836 commit dc43d72
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ ENV CCACHE_EXEC /usr/bin/ccache

# Environment for the IodeOS branches name
# https://gitlab.iode.tech/os/public/manifests/android/-/branches for possible options
ENV BRANCH_NAME 'v5-staging'
ENV BRANCH_NAME 'v6-staging'

# Environment for the device list (separate by comma if more than one)
# eg. DEVICE_LIST=hammerhead,bullhead,angler
Expand Down
2 changes: 1 addition & 1 deletion src/new_build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ if [ -n "$branch" ] && [ -n "$devices" ]; then
themuppets_branch="lineage-21.0"
android_version="14"
;;
lineage-22.1*)
lineage-22.1* | v6*)
themuppets_branch="lineage-22.1"
android_version="15"
;;
Expand Down

0 comments on commit dc43d72

Please sign in to comment.