krakend / playground-community

Get started with KrakenD. A docker compose with KrakenD and a fake api to play with
Apache License 2.0
406 stars 151 forks source link

Does not work on arm64 MacOS #46

Closed jbavar closed 10 months ago

jbavar commented 10 months ago

I would like to run the playground on a m1 Mac (arm64 architecture). There are two issues:

Please update (or bake the fake_api in to the playground, or provide some suitable alternatives)

taik0 commented 10 months ago

Hi @jbavar

You can run it as amd64 like this:

export DOCKER_DEFAULT_PLATFORM=linux/amd64

You can also build your own watch with customizations using this repo: https://github.com/krakend/krakend-watch

github-actions[bot] commented 7 months ago

This issue was marked as resolved a long time ago and now has been automatically locked as there has not been any recent activity after it. You can still open a new issue and reference this link.