Skip to content

Commit

Permalink
Update Build-AvaotaOS-Kernel.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
SamulKyull authored Aug 17, 2024
1 parent 26992f3 commit 0a78dee
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/Build-AvaotaOS-Kernel.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ on:
config-release_id:
required: true
type: string
config-kernel-target:
required: true
type: string
config-release_ver:
required: true
type: string
Expand Down Expand Up @@ -67,7 +70,7 @@ jobs:
-p avaota \
-s avaota \
-k no \
-g bsp \
-g ${{ inputs.config-kernel-target }} \
-i no \
-o yes \
-e no
Expand Down

0 comments on commit 0a78dee

Please sign in to comment.