JSON schema for platforms should support os-arch
#10296
Unanswered
thernstig
asked this question in
Troubleshooting and bug reports
Replies: 1 comment
-
|
This should be addressed by draft PR #10358: #10358 The schema now accepts registry backend platform selectors like This comment was generated by an AI coding assistant. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
This works without any JSON schema validation errors:
But this does not seem to work:
Notice the
windowsvswindows-amd64. I think that the actual code does supportos-arch. (Though I wonder if it should use slash form as that is wasmise.tomluses?).Is this a fault in the JSON schema?
Beta Was this translation helpful? Give feedback.
All reactions