You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe the problem.
Hello,
Please consider to support to run on arm cpus, like Mac M3 / M4 ...
Currently, it refuses to run:
$ docker run --rm -it mcr.microsoft.com/microsoftgraph/powershell
WARNING: The requested image's platform (linux/amd64) does not match the detected host platform (linux/arm64/v8) and no specific platform was requested
However, I can run bash with the image, but if I run pwsh it fails with Segmentation fault
Is your feature request related to a problem? Please describe the problem.
Hello,
Please consider to support to run on arm cpus, like Mac M3 / M4 ...
Currently, it refuses to run:
However, I can run bash with the image, but if I run
pwsh
it fails with Segmentation faultI noticed this issue 1920 metioned the base powershell image doesn't support for arm. However, it now support - https://mcr.microsoft.com/en-us/artifact/mar/powershell
Describe the solution you'd like.
Please add arm support!!!
Additional context?
And FYI - The
Azure
powershell module works well on my mac:https://mcr.microsoft.com/en-us/artifact/mar/azure-powershell/about
The text was updated successfully, but these errors were encountered: