krotik / eliasdb

EliasDB a graph-based database.
Mozilla Public License 2.0
994 stars 49 forks source link

build and support arm binaries #23

Closed c-nv-s closed 3 years ago

c-nv-s commented 4 years ago

is it possible to build and include arm7 and arm64 binaries with your releases

krotik commented 3 years ago

Hey there, with version 1.1.0 there are now arm releases:

eliasdb_v1.1.0_arm7.tar.gz (ARMv7 - GOARM=7 | GOARCH=arm) eliasdb_v1.1.0_arm8.tar.gz (ARMv8 - GOARCH=arm64)

Download them here: https://github.com/krotik/eliasdb/releases/tag/v1.1.0

Naming follows the table here.

c-nv-s commented 3 years ago

Thanks I'll try and get around to testing it out :-)