Skip to content

Commit 21ee8c5

Browse files
FABCI-255 Update multiarch script in fabric
This patch make changes in multiarch script to publish baseos image from fabric repo, as the baseos image included in the fabric makefile in master branch. Change-Id: Ic5e2cda5d0a30ed2ebe7eda718a13bab161eacb3 Signed-off-by: vijaypunugubati <vijaypunugubati@gmail.com>
1 parent 6d2778e commit 21ee8c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/multiarch.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ if [ "$?" -ne 0 ]; then
5050
exit 1
5151
fi
5252

53-
IMAGES="fabric-peer fabric-orderer fabric-ccenv fabric-tools"
53+
IMAGES="fabric-baseos fabric-peer fabric-orderer fabric-ccenv fabric-tools"
5454

5555
# check that all images have been published
5656
for image in ${IMAGES}; do

0 commit comments

Comments
 (0)