You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm running the quickstart steps and hitting an error because I'm on an Apple Silicon mac but the docker-compose file is hardcoded for linux/amd64 which throws the error:
The requested image's platform (linux/amd64) does not match the detected host platform (linux/arm64/v8)
Reproduction
Have a Macbook that uses apple silicon
Clone lumigator (following quickstart guide)
run make start-lumigator
Relevant log output
Expected behavior
I think we might need some sort of behavior to handle the difference in architectures?
If I open up the docker-compose.yaml and replace platform: linux/amd64 with platform: linux/arm64, this resolves the error.
Description
I'm running the quickstart steps and hitting an error because I'm on an Apple Silicon mac but the docker-compose file is hardcoded for
linux/amd64
which throws the error:Reproduction
make start-lumigator
Relevant log output
Expected behavior
I think we might need some sort of behavior to handle the difference in architectures?
If I open up the docker-compose.yaml and replace
platform: linux/amd64
withplatform: linux/arm64
, this resolves the error.System Info
60fa6d7de9a410f383188481af9c5091b26d1784
(main)Have you searched for similar issues before submitting this one?
The text was updated successfully, but these errors were encountered: