You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
so global:myadmin
➜ Starting phpMyAdmin...
WARNING: The requested image's platform (linux/amd64) does not match the detected host platform (linux/arm64/v8) and no specific platform was requested
Expected behavior
phpmyadmin image should download and run properly.
Actual behavior
Errors above
System Configuration:
OS: macOS m1
PHP Version: 8.x
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered:
Describe the bug
so global:myadmin
doesn't work on M1 machines because it requires a different docker image: https://hub.docker.com/r/arm64v8/phpmyadmin/To Reproduce
so global:myadmin ➜ Starting phpMyAdmin... WARNING: The requested image's platform (linux/amd64) does not match the detected host platform (linux/arm64/v8) and no specific platform was requested
Expected behavior
phpmyadmin image should download and run properly.
Actual behavior
Errors above
System Configuration:
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: