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
I followed the instruction(https://typesense.org/docs/guide/docsearch.html) about creating a self-host server for docusaurus. However I found that the current docker image, typesense/docsearch-scraper-base, does not support apple silicon computer.
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
supports arm64
Actual Behavior
using linux64 version ubuntu
Metadata
Typesense Version:
OS: Darwin **.local 21.6.0 Darwin Kernel Version 21.6.0: Mon Aug 22 20:19:52 PDT 2022; root:xnu-8020.140.49~2/RELEASE_ARM64_T6000 arm64
The text was updated successfully, but these errors were encountered:
This is most likely superseded by #58. But please let me know if it still doesn't work on Apple Silicon with v0.11.0 of the scraper, which now has multi-arch images published to Docker Hub
Description
I'm using Apple Silicon Macbook for developing.
I followed the instruction(https://typesense.org/docs/guide/docsearch.html) about creating a self-host server for docusaurus. However I found that the current docker image,
typesense/docsearch-scraper-base
, does not support apple silicon computer.Steps to reproduce
Just follow the instruction to the step 5
$ docker run -it --env-file=/path/to/your/.env -e "CONFIG=$(cat /path/to/your/config.json | jq -r tostring)" typesense/docsearch-scraper
it returns a warning on my Macbook
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
supports arm64
Actual Behavior
using linux64 version ubuntu
Metadata
Typesense Version:
OS: Darwin **.local 21.6.0 Darwin Kernel Version 21.6.0: Mon Aug 22 20:19:52 PDT 2022; root:xnu-8020.140.49~2/RELEASE_ARM64_T6000 arm64
The text was updated successfully, but these errors were encountered: