Skip to content
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

Add Windows ARM option for target platform in layer specification #107

Open
neilmehta24 opened this issue Jan 7, 2025 · 1 comment
Open
Labels
Affects: Spec Format Affect the stack specification format Category: Enhancement New feature or request

Comments

@neilmehta24
Copy link
Member

venvstacks currently supports four target platforms, specified in the code here https://github.com/lmstudio-ai/venvstacks/blob/235ce3b/src/venvstacks/stacks.py#L367-L370 . We would like to see support for windows ARM platforms as well.

@neilmehta24 neilmehta24 added Category: Enhancement New feature or request Affects: Spec Format Affect the stack specification format labels Jan 7, 2025
@ncoghlan
Copy link
Collaborator

ncoghlan commented Jan 13, 2025

Relevant syconfig.get_platform() string is win-arm64 (defined on Python 3.11+)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Affects: Spec Format Affect the stack specification format Category: Enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants