Skip to content

Commit

Permalink
fix(schema): Add missing linux-armhf to tools_schema
Browse files Browse the repository at this point in the history
Adds `linux-armhf` to the list of platforms that can have overrides.

Fixes #13981

Signed-off-by: Tom Stokes <tomstokes@radixengineering.com>
  • Loading branch information
tomstokes committed Jun 14, 2024
1 parent 8760e6d commit 84814fd
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 84814fd

Please sign in to comment.