Skip to content
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

Changes in order to build an image with a ruby version below 2.6 on an arm64 arch #34

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

alexandrebryszkowski
Copy link

It was impossible to build an image with a version of Ruby below 2.6 for a arm64 arch.

So two modifications were added:

  • no need to run docker through qemu on an arm64 arch.
  • we need to install Bundler if the Ruby version is below 2.6 (Bundler becomes a part of Ruby’s standard library since 2.6).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

1 participant