Hey Team, I am having this issue in mac while runn...
# contributing
s
Hey Team, I am having this issue in mac while running docker-compose command.
Copy code
➜  growthbook git:(main) docker-compose up -d
[+] Running 0/1
 ⠦ growthbook Pulling                                                                                                                                                                                            3.5s
no matching manifest for linux/arm64/v8 in the manifest list entries
f
I dont think we’ve built the image for arm
what server are you using?
s
server in the sense?
f
well, typically most folks use x86 or x86_64 architecture
not arm
are you running on a raspberry pi?
s
Nope
I am running it on Macbook M1
f
oh interesting
g
I am running
docker-compose up -d
on an M1 laptop as well and receive this same message
s
@green-dog-23001 I have a workaround. You can see this doc and follow the steps. You'll be able to run it locally. Currently I am managing like that only.
👀 1
f
I’ll open an issue for this
oh, you did