Robert Barabas
07/28/2022, 2:49 PM❯ docker run --name typesense-arm64 -ti --rm --platform=linux/arm64 --entrypoint bash typesense/typesense:0.23.1
Unable to find image 'typesense/typesense:0.23.1' locally
0.23.1: Pulling from typesense/typesense
Digest: sha256:0789b4b11c7219e6e7fce1b61e644ef4dd075286b77fe8b9112b8ec561fa4e72
Status: Downloaded newer image for typesense/typesense:0.23.1
root@d11c7c2827bf:/# cat /etc/issue
Ubuntu 20.04.4 LTS \n \l
root@d11c7c2827bf:/# uname -a
Linux d11c7c2827bf 5.10.104-linuxkit #1 SMP PREEMPT Thu Mar 17 17:05:54 UTC 2022 aarch64 aarch64 aarch64 GNU/Linux
AMD64
❯ docker run --name typesense-amd64 -ti --rm --platform=linux/amd64 --entrypoint bash typesense/typesense:0.23.1
root@50072b44d6f1:/# uname -a
Linux 50072b44d6f1 5.10.104-linuxkit #1 SMP PREEMPT Thu Mar 17 17:05:54 UTC 2022 x86_64 x86_64 x86_64 GNU/Linux
root@50072b44d6f1:/# cat /etc/issue
Ubuntu 16.04.7 LTS \n \l
Robert Barabas
07/28/2022, 2:53 PMmain
may not be in sync with above, I was not able to find recent references for 20.04.4
under dockerKishore Nallan
07/28/2022, 3:04 PMKishore Nallan
07/28/2022, 3:04 PMRobert Barabas
07/28/2022, 3:05 PMKishore Nallan
07/28/2022, 3:06 PMRobert Barabas
07/28/2022, 3:06 PM