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

Fix docker multi-arch build #554

Merged
merged 1 commit into from
Aug 22, 2024
Merged

Fix docker multi-arch build #554

merged 1 commit into from
Aug 22, 2024

Conversation

DannyBen
Copy link
Owner

@DannyBen DannyBen commented Aug 22, 2024

The docker multi-arch build had issues:

  1. It was using a base image that was not multi-arch. Now using dannyben/alpine-ruby:3.3.3 which is multi-arch.
  2. After the change, the edge version was building properly, but the main Dockerfile was not. The build process just hang at some random point for over 30 minutes.
  3. This PR made it so the build works - not sure what was the particular change that made it, perhaps the removal of gem update --system.

@DannyBen DannyBen merged commit c0fd6f2 into master Aug 22, 2024
9 checks passed
@DannyBen DannyBen deleted the test/docker-build branch August 22, 2024 04:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant