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
docker build steeve/cross-compiler:darwin-x64 ... docker run -ti steeve/cross-compiler:darwin-x64
Then inside:
root@f343829869fd:/# x86_64-apple-darwin14-c++ Illegal instruction
The text was updated successfully, but these errors were encountered:
hummm i would understand if you pulled it from docker's repo, but since you built it yourself, i fail to see how this could happen
Sorry, something went wrong.
Well actually it turns out that using the repro steps above, it pulls from the repo. And the build there seems broken.
Force building from scratch like this:
git clone https://github.com/steeve/cross-compiler cd cross-compiler make PLATFORMS=darwin-x64
actually creates a working image. Maybe a rebuilt should be retriggered on the Docker Hub ?
No branches or pull requests
Then inside:
The text was updated successfully, but these errors were encountered: