Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Mysql issue on macOS M1 #97

Open
nandre7 opened this issue Mar 2, 2022 · 1 comment
Open

Mysql issue on macOS M1 #97

nandre7 opened this issue Mar 2, 2022 · 1 comment

Comments

@nandre7
Copy link

nandre7 commented Mar 2, 2022

Hello,

When I deploy Audino on macOS M1 I get the following error:

$ sudo docker-compose -f docker-compose.prod.yml up

Running 0/1
⠇ mysql Pulling 1.7s
no matching manifest for linux/arm64/v8 in the manifest list entries

Is this a problem specific to MacOs M1 platforms?

Thanks

@volom
Copy link

volom commented Jul 3, 2022

  1. Run the command docker pull --platform linux/x86_64 ibmcom/db2:latest
  2. add line platform: linux/amd64 in docker-compose.prod.yml after "mysql:".

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants