-
Notifications
You must be signed in to change notification settings - Fork 14
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
Test ARM support on Windows VM in Parallels #532
Comments
@dovholuknf - I have a Windows VM running on Apple Silicon. Seems I start getting errors the minute I attempt to add an identity. Would it be helpful to make logs as verbose as possible and post them here? |
Hi @aidan-casey! @scareything might have more to say about this. I don't have parallels but he does and he is the primary dev on the @scareything - would having the logs from aiden be helpful at all? |
Hi @aidan-casey. Thanks for your interest! Logs certainly wouldn't hurt. Without those it's hard to know what you're running into, so please attach (or DM) when you can. It would also help to know more about how you're building the executable. Are you building a native arm binary, or are you building an x86_64 binary and relying on windows binary emulation? I'll mention that building ziti-edge-tunnel for windows/arm is a little sketchy right now, mainly because our |
added build configuration for windows/arm64 to dependencies:
|
Full disclosure, I am relying on binary emulation, which is likely the root issue here. My guess is an ARM build would solve the problems I am seeing, but I have not had an opportunity to test that theory.
This makes total sense and I should have thought about that. Would love to see a Windows ARM version become part of the build process! |
When running MacOS on Apple silicon, there are no "amd64" versions of windows available per user @jcox on discourse. see https://openziti.discourse.group/t/ziti-desktop-edge-on-windows-11-arm-vm-on-macbook-pro-m1-max-pro/431/3
If possible, provision a windows VM on Apple silicon and test with ZDEW
The text was updated successfully, but these errors were encountered: