We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1335215 commit 7afea0aCopy full SHA for 7afea0a
bin/ibm.bash
@@ -51,7 +51,7 @@ do
51
OS="linux"
52
ARCH=$ARCHITECTURE
53
ARCHIVE=$(echo "$IBM_FILE" | perl -pe 's#.*\.([^.]+)$#$1#g')
54
- if [[ "${IBM_FILE}" = *"jdk"* ]]
+ if [[ "${IBM_FILE}" = *"sdk"* ]]
55
then
56
IMAGE_TYPE="jdk"
57
else
0 commit comments