File tree Expand file tree Collapse file tree 3 files changed +0
-7
lines changed Expand file tree Collapse file tree 3 files changed +0
-7
lines changed Original file line number Diff line number Diff line change @@ -103,5 +103,4 @@ mkdir -p "${ARTIFACTS_DIR}"
103103copy-file " ${PACKAGE_IMAGE} " " /artifacts/manifest.txt" " ${ARTIFACTS_DIR} /manifest.txt"
104104
105105extract-all ubuntu18.04
106- extract-all centos8
107106extract-all centos7
Original file line number Diff line number Diff line change @@ -103,9 +103,6 @@ for target in ${TARGETS[@]}; do
103103 ubuntu18.04-* | centos7-* )
104104 by_package_type=" true"
105105 ;;
106- centos8-ppc64le)
107- by_package_type=" false"
108- ;;
109106 * )
110107 echo " Skipping target ${target} "
111108 continue
Original file line number Diff line number Diff line change @@ -165,9 +165,6 @@ for target in ${targets[@]}; do
165165 ubuntu18.04-* | centos7-* )
166166 by_package_type=" true"
167167 ;;
168- centos8-ppc64le)
169- by_package_type=" false"
170- ;;
171168 * )
172169 echo " Skipping target ${target} "
173170 continue
You can’t perform that action at this time.
0 commit comments