arm build scripts

This commit is contained in:
jahway603
2021-10-25 17:26:17 -04:00
parent 74c6c68bbd
commit 5418447897
5 changed files with 138 additions and 3 deletions

View File

@@ -1,6 +1,9 @@
#!/usr/bin/env bash
# Copyright 2021 The Hush Developers
# Released under GPLv3
# Distributed under the GPLv3 software license, see the accompanying
# file LICENSE or https://www.gnu.org/licenses/gpl-3.0.en.html
# Purpose: Script to build Hush lightwalletd on x86 64-bit arch
# Check if go is installed on system and exits if it is not
if ! [ -x "$(command -v go)" ]; then