Skip to content

Commit

Permalink
[CE-187] Pull ARCH relevant docker images
Browse files Browse the repository at this point in the history
`make setup-worker` pulls x86_64 docker images on
non x86_64 platform. This PR ensures that architecture
relevant docker images are pulled instead.

Change-Id: Ib03dd72001e2a913c337dfb1711683dc5c152272
Signed-off-by: Krishna Harsha Voora <krishvoor@in.ibm.com>
  • Loading branch information
krishvoor committed Dec 6, 2017
1 parent 1031cb0 commit 7b5f99b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/worker_node/download_images.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ else
fi

# pull fabric images
ARCH=x86_64
ARCH=`uname -m | sed 's|i686|x86|' | sed 's|x86_64|x64|'`
BASEIMAGE_RELEASE=0.3.1
BASE_VERSION=1.0.0
PROJECT_VERSION=1.0.0
Expand Down

0 comments on commit 7b5f99b

Please sign in to comment.