We are unfortunately stuck on Es5 for the foreseeable future... and I just got a new M1 MacBook.
Neither of these commands work.
docker run --rm --platform linux/amd64 elasticsearch:5.6.16
docker run --rm --platform linux/amd64 elasticsearch:5.6.16-alpine
Is there any way to get an ARM64 build for Es 5.6? Or any tutorials on how to build it myself? Or any tips on getting the amd64 builds working with qemu?
Thanks for the help.