kadalu / moana

Moana is a frontend for the Kadalu Storage / GlusterFS. Moana provides tools for setting up and managing the Kadalu Storage / Gluster pools.
GNU General Public License v3.0
18 stars 7 forks source link

arm64 downloads missing #292

Closed javierin closed 1 year ago

javierin commented 1 year ago

Hi

I am trying to setup kadalu on a bunch of OrangePi5 but arm64 is unavailable at the downloads page. Only amd64 is there. I have found no previous reference to this in closed issues.

root@orangepi01:~# curl -fsSL https://github.com/kadalu/moana/releases/latest/download/install.sh | bash -x ++ uname -m ++ sed 's|aarch64|arm64|' ++ sed 's|x86_64|amd64|'

Manually browsing to the downloads page also confirmed arm64 was not there

Would it be possible to have this version available or a clarification on how to generate it? Thanks

aravindavk commented 1 year ago

Release CI for Arm64 is broken. I will fix it.

If the OS is Ubuntu 22.04 then you can try installing Kadalu Storage using apt (https://kadalu.tech/storage/quick-start/)

javierin commented 1 year ago

Thanks for your feedback. I am using debian 11, so I will wait until the build is fixed again

Kind regards