Skip to content

[native_assets_cli] JSON nest config extensions #2091

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
dcharkes opened this issue Mar 11, 2025 · 0 comments · Fixed by #2133
Closed

[native_assets_cli] JSON nest config extensions #2091

dcharkes opened this issue Mar 11, 2025 · 0 comments · Fixed by #2133
Assignees

Comments

@dcharkes
Copy link
Collaborator

Currently we could have conflicts between us as protocol authors wanting to add an extension to the config and SDKs/asset-type authors wanting to add an extension.

@mkustermann suggested we should nest the config extensions:

{
  "config" : {
    "extensions" : {
      "code" : {
        "target_architecture": "x64"
      }
    }
  }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Done
Development

Successfully merging a pull request may close this issue.

1 participant