Hi! I want to fix a bug in kratos and therefore tr...
# contributors
s
Hi! I want to fix a bug in kratos and therefore trying to setup the whole project including e2e tests on my MacBook with M2 chip. Is there a readme how to set everything up on a MacBook with M Chip? Is there anyone with experience to run it on an M2 MacBook? It looks like most of the dependencies are optimized for Intel chips or Linux?
e.g. it needs a sqlite db for the e2e for hydra but its not pulling the arm version of sqlite - so the tests are not working ^^
r
the setup should work with apple silicon. the whole Ory team uses macbooks AFAIK.
if you find an instance where amd64 is hardcoded, you can open a PR to change that
s
thx! 🙂