Skip to content

Commit

Permalink
Update examples to remove parent property from being included
Browse files Browse the repository at this point in the history
  • Loading branch information
echoix authored and bdovaz committed Mar 26, 2023
1 parent b48a259 commit 41f3b89
Showing 1 changed file with 14 additions and 22 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -378,17 +378,13 @@
"default": "linux/amd64"
},
"examples": [
{
"platform": [
"linux/amd64",
"linux/arm64"
]
},
{
"platform": [
"linux/amd64"
]
}
[
"linux/amd64",
"linux/arm64"
],
[
"linux/amd64"
]
],
"type": "array",
"title": "List of target platforms"
Expand Down Expand Up @@ -1173,17 +1169,13 @@
"default": "linux/amd64"
},
"examples": [
{
"platform": [
"linux/amd64",
"linux/arm64"
]
},
{
"platform": [
"linux/amd64"
]
}
[
"linux/amd64",
"linux/arm64"
],
[
"linux/amd64"
]
],
"type": "array",
"title": "List of target platforms"
Expand Down

0 comments on commit 41f3b89

Please sign in to comment.