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
Running the docker run command w/o getting a warning or running in emulation
Current Behavior
When running the image on an M1 Pro MacBook Pro:
WARNING: The requested image's platform (linux/amd64) does not match the detected host platform (linux/arm64/v8) and no specific platform was requested
Possible Solution
Build for multi-arch using docker buildx
Steps to Reproduce (for bugs)
On an M1-based Mac run the suggested Docker command on current image.
Context
many folks will be using M1 Macs in the future
Your Environment
App Version used: 2.4.3
Operating System and version: M1 Pro macOS 12.0.1
The text was updated successfully, but these errors were encountered:
Expected Behavior
docker run
command w/o getting a warning or running in emulationCurrent Behavior
WARNING: The requested image's platform (linux/amd64) does not match the detected host platform (linux/arm64/v8) and no specific platform was requested
Possible Solution
docker buildx
Steps to Reproduce (for bugs)
Context
Your Environment
The text was updated successfully, but these errors were encountered: