Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.

lashchenko_viktor's avatar

Vapor local is not working on M1

Hi, I try to run the vapor local command on MacBook M1 but get an error

admin@admins-MacBook-Pro sso % vapor local
Pulling mysql (mysql:8.0)...
8.0: Pulling from library/mysql
ERROR: no matching manifest for linux/arm64/v8 in the manifest list entries

I guess that error caused by image mysql:8.0 does not have an image for linux/arm64/v8 platform, it is ok. But I don't know how to set up for example Mysql 5.7 for local development (on staging env I use serverless 5.7) because vapor-docker-compose.yml removing after the command is failing. So, maybe you know what better to use for local development with vapor, or how I can fix this issue? Also, I can not find documentation for vapor local command :(

0 likes
0 replies

Please or to participate in this conversation.