Skip to content

Commit

Permalink
fix: json depends
Browse files Browse the repository at this point in the history
Signed-off-by: AtomicFS <[email protected]>
  • Loading branch information
AtomicFS committed Nov 22, 2024
1 parent c641070 commit c963c2a
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions coreboot-linuxboot-example.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
{
"coreboot": {
"coreboot-example-with-linuxboot": {
"depends": null,
"depends": [
"linux-example-with-uroot"
],
"sdk_url": "ghcr.io/9elements/firmware-action/coreboot_24.05:main",
"repo_path": "coreboot-linuxboot-example/coreboot/",
"defconfig_path": "coreboot-linuxboot-example/coreboot_linuxboot_defconfig",
Expand Down Expand Up @@ -30,7 +32,9 @@
},
"linux": {
"linux-example-with-uroot": {
"depends": null,
"depends": [
"uroot-example"
],
"sdk_url": "ghcr.io/9elements/firmware-action/linux_6.9.9:main",
"arch": "x86_64",
"repo_path": "coreboot-linuxboot-example/linux/",
Expand Down

0 comments on commit c963c2a

Please sign in to comment.