This repo installs Valkey on Ubuntu 22.04 systems. Please note that since Ubuntu 24.04 valkey is available via APT:
apt-get install valkeySo this is just a workaround for anyone using Valkey on earlier versions of Ubuntu
Run the following commands
export ARCH=arm64
./build_package.shDepending on provided archicture you'll find APT package in a folder named $ARCH
apt-get install ./valkey-server...