mirror of
https://github.com/hyperledger/fabric-samples.git
synced 2026-06-17 15:35:09 +00:00
update script/fabric-preload.sh version
This commit is contained in:
parent
b99e1b8da2
commit
75cba98859
1 changed files with 1 additions and 1 deletions
|
|
@ -5,7 +5,7 @@
|
|||
# SPDX-License-Identifier: Apache-2.0
|
||||
#
|
||||
|
||||
export VERSION=${1:-1.0.0}
|
||||
export VERSION=${1:-1.0.4}
|
||||
export ARCH=$(echo "$(uname -s|tr '[:upper:]' '[:lower:]'|sed 's/mingw64_nt.*/windows/')-$(uname -m | sed 's/x86_64/amd64/g')" | awk '{print tolower($0)}')
|
||||
#Set MARCH variable i.e ppc64le,s390x,x86_64,i386
|
||||
MARCH=`uname -m`
|
||||
|
|
|
|||
Loading…
Reference in a new issue