Skip to content

Commit

Permalink
fix(action): generate-config missing uroot
Browse files Browse the repository at this point in the history
Signed-off-by: AtomicFS <vojtech.vesely@9elements.com>
  • Loading branch information
AtomicFS committed Dec 11, 2024
1 parent 34658bd commit 079883f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions action/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -204,6 +204,7 @@ func parseCli() (string, error) {
Linux: map[string]recipes.LinuxOpts{"linux-example": {}},
Edk2: map[string]recipes.Edk2Opts{"edk2-example": {}},
FirmwareStitching: map[string]recipes.FirmwareStitchingOpts{"stitching-example": {}},
URoot: map[string]recipes.URootOpts{"uroot-example": {}},
}

// Convert to JSON
Expand Down

0 comments on commit 079883f

Please sign in to comment.