Skip to content

Commit

Permalink
Merge branch 'contrib/github_pr_13982' into 'master'
Browse files Browse the repository at this point in the history
fix(tools): Add missing linux-armhf to tools_schema (GitHub PR)

Closes IDFGH-13036 and IDFGH-13035

See merge request espressif/esp-idf!31559
  • Loading branch information
dobairoland committed Jun 18, 2024
2 parents 687832a + 84814fd commit c030591
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/tools_schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@
"type": "array",
"items": {
"type": "string",
"enum": ["linux-i686", "linux-amd64", "linux-armel", "linux-arm64", "macos", "macos-arm64", "win32", "win64"]
"enum": ["linux-i686", "linux-amd64", "linux-armel", "linux-armhf", "linux-arm64", "macos", "macos-arm64", "win32", "win64"]
}
},
"export_paths": {
Expand Down

0 comments on commit c030591

Please sign in to comment.