-
Notifications
You must be signed in to change notification settings - Fork 71
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
Error when go build in mips64le platform, get exec format error #80
Comments
Looks like this binary sets the
|
❯ docker run --platform linux/mips64le loongnix/golang:1.14.6-alpine go version
go version go1.14.6 linux/mips64le But the image, which was updated a year ago and is no longer updated, is working(edit: go version is working, go build is slow but working! ). I'm not sure now if the problem is with docker or the official golang project... |
That binary does not have the abiversion set
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The text was updated successfully, but these errors were encountered: