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

images won't work on ARM architecture CPUs (Mac M3) #3071

Open
lesca opened this issue Jan 14, 2025 · 0 comments
Open

images won't work on ARM architecture CPUs (Mac M3) #3071

lesca opened this issue Jan 14, 2025 · 0 comments
Labels
status:waiting-for-triage An issue that is yet to be reviewed or assigned type:feature New experience request

Comments

@lesca
Copy link

lesca commented Jan 14, 2025

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

$ docker run --platform linux/amd64 --rm -it mcr.microsoft.com/microsoftgraph/powershell bash                                                                     
root@d960df434419:/# pwsh
PowerShell 7.4.2
Segmentation fault
root@d960df434419:/# pwsh-preview
PowerShell 7.4.2
Segmentation fault

I 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

@lesca lesca added status:waiting-for-triage An issue that is yet to be reviewed or assigned type:feature New experience request labels Jan 14, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
status:waiting-for-triage An issue that is yet to be reviewed or assigned type:feature New experience request
Projects
None yet
Development

No branches or pull requests

1 participant