docker-sphinxsearch
docker-sphinxsearch copied to clipboard
ARM version
Can you also include ARM/aarch64 version?
Sphinxsearch 3.7.1 is also available as ARM binaries
Taking some notes:
$ docker run --platform=linux/arm64/v8 --rm -t arm64v8/ubuntu uname -m
aarch64
$ docker run --platform=linux/arm64/v8 --rm -t ghcr.io/macbre/sphinxsearch:3.8.1 arch
Unable to find image 'ghcr.io/macbre/sphinxsearch:3.8.1' locally
3.8.1: Pulling from macbre/sphinxsearch
Digest: sha256:5f937ffcaeece0a050d9f7bca8087c9903ff289de50b4291dd12231f293705d3
Status: Image is up to date for ghcr.io/macbre/sphinxsearch:3.8.1
docker: image with reference ghcr.io/macbre/sphinxsearch:3.8.1 was found but its platform (linux/amd64) does not match the specified platform (linux/arm64/v8).