Skip to content

Commit

Permalink
workflows: build aosp only
Browse files Browse the repository at this point in the history
  • Loading branch information
xyz-sundram committed Apr 25, 2024
1 parent ed0ea51 commit e95e8c3
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/kernelsu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ name: KernelSU Development Build (Galaxy M30S)

on:
push:
branches:
- aosp

jobs:
notify:
Expand Down Expand Up @@ -81,9 +83,9 @@ jobs:
set -eo pipefail
echo " I: Building Mint kernel ${GITHUB_REF##*/}-${GITHUB_RUN_NUMBER}"
if [[ "${{ matrix.enforcing }}" == "e" ]]; then
./build.sh --kernelsu --automated --device ${{ matrix.device }} --variant ${{ matrix.variant }} --android ${{ matrix.android }}
./build.sh --kernelsu --automated --device m30s --variant aosp --android 12
elif [[ "${{ matrix.enforcing }}" == "p" ]]; then
./build.sh --kernelsu --automated --device ${{ matrix.device }} --variant ${{ matrix.variant }} --android ${{ matrix.android }} --permissive
./build.sh --kernelsu --automated --device m30s --variant aosp --android 12 --permissive
fi
- name: Prepare release package
Expand Down

0 comments on commit e95e8c3

Please sign in to comment.