How to build testcontainers-java on ARM Mac? #7544
-
Based on my comment here, I am unable to run |
Beta Was this translation helpful? Give feedback.
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 |
Beta Was this translation helpful? Give feedback.
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.