Skip to content

Commit

Permalink
Merge pull request #3 from TheWildJames/test
Browse files Browse the repository at this point in the history
Update release.yml
  • Loading branch information
TheWildJames authored Jan 7, 2025
2 parents 0dec2cd + 5b3286f commit abd95da
Showing 1 changed file with 13 additions and 7 deletions.
20 changes: 13 additions & 7 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,18 +1,24 @@
name: Release

on:
workflow_dispatch: # Manually triggered workflow
workflow_dispatch: # Manually triggered workflow

jobs:
#build-a12-kernel:
# uses: ./.github/workflows/build-kernel-a12.yml
# secrets: inherit

# Call the prerequisites workflow to download tools and set up environment variables
prerequisites:
uses: ./.github/workflows/prerequisites.yml # Reference your prerequisites.yml file

# Example kernel builds (uncomment and use as needed)
build-a12-kernel:
uses: ./.github/workflows/build-kernel-a12.yml
secrets: inherit
#build-a13-kernel:
# uses: ./.github/workflows/build-kernel-a13.yml
# secrets: inherit
build-a14-kernel:
uses: ./.github/workflows/build-kernel-a14.yml
secrets: inherit
#build-a14-kernel:
# uses: ./.github/workflows/build-kernel-a14.yml
# secrets: inherit
#build-a15-kernel:
# uses: ./.github/workflows/build-kernel-a15.yml
# secrets: inherit

0 comments on commit abd95da

Please sign in to comment.