translate-tools / linguist

Translate web pages, highlighted text, Netflix subtitles, private messages, speak the translated text, and save important translations to your personal dictionary to learn words even offline

Home Page:https://linguister.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add note about amd64 platform for build a third party on arm CPU

vitonsky opened this issue · comments

Mention info from https://stackoverflow.com/questions/65612411/forcing-docker-to-use-linux-amd64-platform-by-default-on-macos

Users who want to compile third party on macbook should set export DOCKER_DEFAULT_PLATFORM=linux/amd64 variable or we should add platform: linux/amd64 in docker compose.

It is preferable to let users build the code with no additional actions, so we may update compose file and mention this specific problem in docs