Build multi-arch docker images for x86 and arm - #5
Merged
Conversation
MarqRazz
approved these changes
Aug 18, 2026
MarqRazz
left a comment
Contributor
There was a problem hiding this comment.
Changes look good. It would be great if we could get a Mac user to test it out. I did a little digging and our Docker configuration might need some tweaks to make it actually work and render Mujoco.
Member
|
I have a Macbook, I can test it this week |
christophfroehlich
requested changes
Aug 19, 2026
Member
There was a problem hiding this comment.
Bad news. I tested this yesterday with mac Apple M1 hardware and was not able to get anything running
- MuJoCo needs GLX1.5, but XQuartz (the x server for mac) only has 1.4
- rviz segfaults at launch
- plotjuggler is fine after some OpenGL tuning
I suggest that we don't invest more into this, OR we use pixi for multi-arch setups
christophfroehlich
approved these changes
Aug 20, 2026
christophfroehlich
left a comment
Member
There was a problem hiding this comment.
Tested this on a raspberry PI 5, pulling this image as base in the compose file works.
Open
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Remembered that last year we had a note about this, some people (typically macbooks) have arm-based laptop who had to build the containers locally. Easier to build multi-platform containers already