Skip to content
This repository has been archived by the owner on Nov 23, 2024. It is now read-only.

Commit

Permalink
CI: add sdm660 to the list of platforms to build
Browse files Browse the repository at this point in the history
Signed-off-by: Alexey Minnekhanov <alexeymin@postmarketos.org>
  • Loading branch information
minlexx committed Aug 23, 2024
1 parent e96d157 commit f68b511
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ jobs:
uses: ./.github/workflows/lk2nd-matrix.yml
with:
project: lk1st
exclude: sdm660 # Does not support lk1st build
artifacts: |
build-*/*.mbn
build-*/lk.bin
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/lk2nd-matrix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ jobs:
- msm8974
- msm8994
- msm8996
- sdm660
exclude:
- platform: ${{ inputs.exclude }}

Expand Down

0 comments on commit f68b511

Please sign in to comment.