-
Notifications
You must be signed in to change notification settings - Fork 37
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
arm64 does not include stack #59
Comments
I have the same problem, did you find a workaround? Maybe another image that works with both ARM64 and AMD64? |
I think the only workaround currently is to use an image based on ghcup, as ghcup includes unofficial ARM64 binaries for stack that I assume work. I have poked the stack folk about fixing ARM64 support and there was some interest, but no movement as of yet. |
Same here on my ARM / aarch64:
A solution would be nice. |
Unfortunately this will need to be fixed upstream. The last stack release to include ARM64 binaries was 2.7.1 and they don't appear to work in debian buster. The only work around for now is to use the ghcup unofficial binaries. You can install ghcup in a docker image and install stack this way. Unofficial binaries are not appropriate for official docker images though so can't take that approach here. |
Stack is producing aarch64 binaries again, but they still do not work on debian buster. |
This has been resolved |
Stack has had patchy support of arm64 in the past, but it is not officially supported.
The last released binary is for stack 2.7.1, however I get this failure on debian buster.
There are unofficial binaries that ghcup uses, but I don't think official images should include anything unofficial.
The text was updated successfully, but these errors were encountered: