Skip to content

Commit

Permalink
Change default branch and example device names
Browse files Browse the repository at this point in the history
  • Loading branch information
petefoth authored Jan 27, 2025
1 parent ff947b5 commit 3ede897
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,10 @@ ENV CCACHE_EXEC /usr/bin/ccache

# Environment for the LineageOS branches name
# See https://github.com/LineageOS/android/branches for possible options
ENV BRANCH_NAME 'lineage-16.0'
ENV BRANCH_NAME 'lineage-22.1'

# Environment for the device list (separate by comma if more than one)
# eg. DEVICE_LIST=hammerhead,bullhead,angler
# eg. DEVICE_LIST=axolotl,barbet,beckham
ENV DEVICE_LIST ''

# Release type string
Expand Down

0 comments on commit 3ede897

Please sign in to comment.