-
Notifications
You must be signed in to change notification settings - Fork 729
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
Can't build Docker image #717
Comments
I can't get it to work on mac M1 - ended up using a windows pc instead, works without issues on windows. Sadly this issue has been present for a very long time, don't know if it will ever be resolved. |
I managed to pass |
@isimisi I'm having issues running it on windows 11, I downloaded stack and just followed the readme instructions. is that what you did? |
Yes, I didn't need to make any changes when using Docker on Windows. However, it's worth noting that the PC I used is equipped with an Intel i7 CPU. I don't believe it will run if you're using a system with an ARM CPU, as was the case when I used mac's m1. |
That's good to know, I wasn't aware of that. The PC duckling would be running on has a Ryzen 7500f CPU so I'd assume x86 architecture wouldn't be an issue. I'm not familiar with Haskell unfortunately, but the error stems from compiling the executables after the libraries are built. But all I did was clone the repo, download and verify that stack was installed and then ran a docker build. Also tried the method mentioned in the readme but got the same error. |
The project has a dockerfile but doesn't have instructions on how to build the dockerimage. Is there anything special that needs to be done before building?
The text was updated successfully, but these errors were encountered: