Skip to content
New issue

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

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

Already on GitHub? # to your account

Updated Platform.cs to identify arm64 windows architecture. #88

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

keithwoodward
Copy link

Cloning a Dataset returns "Unsupported OS Platform." Type.win_arm64 is defined in Platform.cs, but is unreferenced. Added response to return Type.win_arm64 when this architecture is found.

Type.win_arm64 is unreferenced.  Added response to allow windows running on a mac to encode and decode.
@keithwoodward
Copy link
Author

Would be helpful to accept Windows on Arm64 as a valid architecture.

@jaime-olivares
Copy link
Contributor

The message is correct. Win/arm64 is unsupported, as noted in the README.
Even if we commit your code, it won't work either, because there is not compilation pipeline for win/arm64.
If you want this to happen, you need to agree on helping us to test it, after we enable the compilation pipe for that platform.

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants