May 4, 2021
0
Level 1
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 :(
Please or to participate in this conversation.