dice icon indicating copy to clipboard operation
dice copied to clipboard

Lack of ARM64 support?

Open pog5 opened this issue 5 months ago • 1 comments

There is no docker image for arm64, pulling it on an arm64 machine just runs the amd64 binary, causing it to fail due to an exec format error.

go version go1.23.1 linux/arm64
AlmaLinux 9.4 hexcontainer.aarch64 #1 SMP PREEMPT_DYNAMIC Tue Nov 7 20:09:26 UTC 2023 aarch64 aarch64 aarch64 GNU/Linux

Cloning the current repo tree and running DiceDB via go run main.go gives me the following output:

# github.com/dicedb/dice/internal/eval
internal/eval/eval_linux_arm64.go:28:5: undefined: config
internal/eval/eval_linux_arm64.go:29:3: nil is not used

Does this mean that DiceDB currently doesn't support arm64? If yes, will it support arm64 in the future? :)

pog5 avatar Sep 28 '24 09:09 pog5