-
Notifications
You must be signed in to change notification settings - Fork 30
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 trying to build an image for ruby 2.5.9 with an arm64 arch #32
Comments
Try and comment this line: https://github.com/ruby/ruby-docker-images/blob/master/Rakefile#L133 I believe it's to run docker through qemu as arm64 when your cpu is not an M1, and since you are using M1 you don't need that. |
Hello, Thank you for your response.
So I commented 'bundle --version' here : https://github.com/ruby/ruby-docker-images/blob/master/install_ruby.sh#L94 And now it works :
Thank you for your help! |
For anyone reading this, Bundler is part of Ruby since version 2.6 while we are trying to build the image for Ruby 2.5. |
Hello,
I've got a problem when trying to build an image for ruby 2.5.9 with an arm64 arch with the focal version of Ubuntu.
I need a docker image for ruby 2.5.9 with a arm64 architecture working on a M1 processor from Apple (on macOS 12.1), but I've got this error:
Am I missing something ?
Thank you
The text was updated successfully, but these errors were encountered: