-
Notifications
You must be signed in to change notification settings - Fork 97
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
Support Apple Silicon (M1) #60
Comments
I just deep dived into the issue (I'm new to drools and the whole KIE space). The problem lies in centos:7. I'm trying to build everything myself using arm64v8/centos:7. |
I'm able to get pass the qemu error by building the jboss/base and all corresponding images to support KIE-server and drools. |
@deathemperor could you please share what steps did you take in order to get it working with mac m1? I'm having the same problem here |
I am facing the same issue, while debugging found that the drools-wb and kie-server using the jboss/wildfly:14.0.1.Final image. I suspect the jboss/widlfy docker image. We need to build this file using arm64v8 jdk. |
You can use the Rosetta for x86/AMD64 emulation on Apple Silicon. to run amd images The Rosetta feature is only available on MacOS 13+. |
I've just started drools-wb and kie-server on M1 with this docker-compose.yml
Got this error.
I believe it has something to do with this known issue from Docker https://docs.docker.com/docker-for-mac/apple-silicon/#known-issues
Please consider supporting M1
The text was updated successfully, but these errors were encountered: