Closed Emilaia closed 3 years ago
Hey there, I tried setting up an arm-compatible image a while back in #276 , but unfortunately I couldn't get it to run properly for a couple reasons:
Unfortunately I didn't save the most recent arm64 dockerfile I was testing with but if you want to try building it yourself locally you can take a look at the current Dockerfile and adapting it with an arm64-compatible image and pointing the PowerShell Universal download to the latest version https://imsreleases.blob.core.windows.net/universal/production/2.2.1/Universal.linux-arm64.2.2.1.zip.
Otherwise I would recommend just sticking with running on either Windows or Docker on a linux system.
Understandable, thank you.
Current Behavior
Whenever you attempt to build with the docker image on a raspberry pi, you'll be greeted with the following whenever the container starts its execution:
standard_init_linux.go:228: exec user process caused: exec format error
Which of course, stems from an incompatible image.So I just wanted to ask, are there were any plans to add images for arm/v7?
Your Environment