Automation to build for different arch
filipecosta90 opened this issue · 1 comments
filipecosta90 commented
Automation to build for different arch
filipecosta90 commented
Fixed. The following one-liner uses the latest github release:
$ wget -c https://github.com/RedisGraph/redisgraph-benchmark-go/releases/latest/download/redisgraph-benchmark-go-$(uname -mrs | awk '{ print tolower($1) }')-$(dpkg --print-architecture).tar.gz -O - | tar -xz
# give it a try
./redisgraph-benchmark-go --help