apitable icon indicating copy to clipboard operation
apitable copied to clipboard

question: Error during "init-db": Image Platform Mismatch - linux/amd64 vs linux/arm64/v8

Open williamChen26 opened this issue 2 years ago • 1 comments

Any questions?

Problem Description

When I tried to start the database using the command "make dataenv", I encountered an error during the "init-db" process. The error message is as follows: "The requested image's platform (linux/amd64) does not match the detected host platform (linux/arm64/v8), and no specific platform was requested."

Steps to Reproduce

  1. Execute the command "make dataenv" to start the database.
  2. Observe the error message during the "init-db" process.

Expected Behavior

I expected the database initialization to proceed without any platform-related errors.

Environment Information

  • Operating System: Ventura 13.2.1
  • Machine: Mac M2
  • Docker version: 4.19.0 (106363)

Additional Information

image

williamChen26 avatar Jun 29 '23 08:06 williamChen26

ARM64 instance on Hetzner image

mmospanenko avatar May 04 '24 11:05 mmospanenko