sgeisbacher/container-juggler

container-juggler does not work with Apple M1 Chipset

Opened this issue · 4 comments

I'm getting following error while gradle build executed on Apple M1
Process 'command '/Users/lrzeszotarski/.gradle/bin/container-juggler-darwin-amd64'' finished with non-zero exit value 139
How to build container-juggler against ARM?

Well depends on your tooling - eg. We do have the issue that our java versions are not "familiar" with the arm architecture, and we did not find a way to automatically detect m1s - so we added a overwrite for those people. But in the end it also depends how your Gradle plugin is handling the resolution;)

Build setup is quite complex and I am getting this Process 'command '/Users/lrzeszotarski/.gradle/bin/container-juggler-darwin-amd64'' finished with non-zero exit value 139 during quite complex process. But I've got a hint that I could build the container-juggler locally on my ARM machine and replace it in .gradle/bin directory. But didn't manage to build this project. what steps should I take?

Thank you for the link, I'll take a look. Schönen Tag noch!