hypercore-one / deployment

GNU General Public License v3.0
1 stars 1 forks source link

Add support for arm64 #1

Open 0x3639 opened 1 month ago

0x3639 commented 1 month ago

Currently the script works on x86_64 processors. Expand the list to include arm64 processors also.

if [[ "$(uname -m)" != "x86_64" ]]; then
    echo "Error: This script only supports x86_64 architecture."
    exit 1
fi
georgezgeorgez commented 1 month ago

https://github.com/go-zenon/go/pull/9