How to build testcontainers-java on ARM Mac? #7544
Answered
by
eddumelendez
dawngerpony
asked this question in
Q&A
|
Based on my comment here, I am unable to run |
Answered by
eddumelendez
Sep 24, 2023
Replies: 1 comment 1 reply
|
Hi, don't need to build the whole project. I wonder what's the reason. If interested in contributing, first, please discuss your idea with the team. Do yo want to try a specific module? Try |
1 reply
Answer selected by
dawngerpony
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi, don't need to build the whole project. I wonder what's the reason. If interested in contributing, first, please discuss your idea with the team. Do yo want to try a specific module? Try
./gradlew :<module>:check. It could still be possible that some modules use image versions without arm support, in that case, check docker hub instead of reporting issues against those images.