diodechain / diode_client

Diode client written in GO that runs the Blockquick™ algorithm and a socks server to transmit data through diode ztna network.
https://diode.io/download
Other
66 stars 23 forks source link

Support arm64 #64

Closed powersee closed 3 years ago

powersee commented 3 years ago

When i use the script to install ,it show this.

$ curl -Ssf https://diode.io/install.sh | sh
diodechain/diode_go_client: platform linux/arm64 is not supported. Make sure this script is up-to-date and file request at https://github.com/diodechain/diode_go_client/issues/new

This the info of my server.

❯ uname -a
Linux powersee 5.0.2-aml-s905 #5.77 SMP PREEMPT Mon Apr 1 17:23:16 MSK 2019 aarch64 aarch64 aarch64 GNU/Linux

dominicletz commented 3 years ago

Hey @powersee what machine are you running on? Is this a cloud hosted device or something else?

dominicletz commented 3 years ago

Seems same issue here when using 64bit kernel on RaspberryPi4 https://www.youtube.com/watch?v=5jCNOC6mju0&lc=Ugxl8jRT88B0Ng-4fLB4AaABAg

powersee commented 3 years ago

Yes, my machine is similar to the raspberry pie 4B. I see the relese, found there hava a arm zip, it can running in my another 32 bit kernel machine .Hopefully 64-bit support will be available in the future.

sc0Vu commented 3 years ago

@powersee we added arm64 bit build last week and it worked on my Pi 64 bit. Since we didn't release the new version, you can download in the github actions page for now: https://github.com/diodechain/diode_go_client/actions/runs/405263550.

dominicletz commented 3 years ago

Will be part of the next release