mirror of
https://github.com/hyperledger/fabric-samples.git
synced 2026-06-22 17:45:10 +00:00
Merge "FAB-12106 Update fabric-ca build scripts"
This commit is contained in:
commit
6935679d8d
1 changed files with 3 additions and 4 deletions
|
|
@ -16,10 +16,9 @@ export FABRIC_TAG=${FABRIC_TAG:-1.2.0}
|
||||||
|
|
||||||
export FABRIC_CA_TAG=${FABRIC_CA_TAG:-${FABRIC_TAG}}
|
export FABRIC_CA_TAG=${FABRIC_CA_TAG:-${FABRIC_TAG}}
|
||||||
export NS=${NS:-hyperledger}
|
export NS=${NS:-hyperledger}
|
||||||
|
export MARCH=$(echo "$(uname -s|tr '[:upper:]' '[:lower:]'|sed 's/mingw64_nt.*/windows/')-$(uname -m | sed 's/x86_64/amd64/g')" | awk '{print tolower($0)}')
|
||||||
export ARCH="linux-amd64" # Docker images run on linux
|
CA_BINARY_FILE=hyperledger-fabric-ca-${MARCH}-${FABRIC_CA_TAG}.tar.gz
|
||||||
CA_BINARY_FILE=hyperledger-fabric-ca-${ARCH}-${FABRIC_CA_TAG}.tar.gz
|
URL=https://nexus.hyperledger.org/content/repositories/releases/org/hyperledger/fabric-ca/hyperledger-fabric-ca/${MARCH}-${FABRIC_CA_TAG}/${CA_BINARY_FILE}
|
||||||
URL=https://nexus.hyperledger.org/content/repositories/releases/org/hyperledger/fabric-ca/hyperledger-fabric-ca/${ARCH}-${FABRIC_CA_TAG}/${CA_BINARY_FILE}
|
|
||||||
|
|
||||||
SDIR=$(dirname "$0")
|
SDIR=$(dirname "$0")
|
||||||
source $SDIR/scripts/env.sh
|
source $SDIR/scripts/env.sh
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue