I tried start tarantool with this command:
docker run --rm -t -i tarantool/tarantool:2.8.0
But docker return error:
WARNING: The requested image's platform (linux/amd64) does not match the detected host platform (linux/arm64/v8) and no specific platform was requested
failed to initialize Lua
Lua has been installed on Mac, and it starts successful. Why tarantool can't initialize Lua if Lua supports Apple M1?
I tried start tarantool with this command:
docker run --rm -t -i tarantool/tarantool:2.8.0But docker return error:
Lua has been installed on Mac, and it starts successful. Why tarantool can't initialize Lua if Lua supports Apple M1?