Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
TheWildJames authored Jan 7, 2025
1 parent 3538313 commit 5b3286f
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 5b3286f

Please sign in to comment.