We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Generic Install instruction for linux installs wrong binary on ARM
Run curl -sSL https://get.haskellstack.org/ | sh
curl -sSL https://get.haskellstack.org/ | sh
Command should install bindist for ARM
Incompatible architecture binary was installed
Irrelevant
This ticket is about the method of installation
The text was updated successfully, but these errors were encountered:
It does appear that the script assumes an x86 architecture.
Sorry, something went wrong.
@borsboom , yes I have submitted a pull request #2857 to fix that.
No branches or pull requests
General summary/comments (optional)
Generic Install instruction for linux installs wrong binary on ARM
Steps to reproduce
Run
curl -sSL https://get.haskellstack.org/ | sh
Expected
Command should install bindist for ARM
Actual
Incompatible architecture binary was installed
Stack version
Irrelevant
Method of installation
This ticket is about the method of installation
The text was updated successfully, but these errors were encountered: