We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
The text was updated successfully, but these errors were encountered:
docker pull --platform linux/x86_64 ibmcom/db2:latest
platform: linux/amd64
Sorry, something went wrong.
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: