File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -176,7 +176,7 @@ setRepository() {
176176 elif [ " ${BUILD_CONFIG[OPENJDK_CORE_VERSION]} " == " ${JDK8_CORE_VERSION} " ] && [ " ${BUILD_CONFIG[OS_ARCHITECTURE]} " == " armv7l" ] && [[ " ${BUILD_CONFIG[BUILD_VARIANT]} " == " ${BUILD_VARIANT_TEMURIN} " ]]; then
177177 suffix=" adoptium/aarch32-jdk8u" ;
178178 elif [ " ${BUILD_CONFIG[OPENJDK_CORE_VERSION]} " == " ${JDK8_CORE_VERSION} " ] && [ " ${BUILD_CONFIG[OS_ARCHITECTURE]} " == " armv7l" ] && [[ " ${BUILD_CONFIG[BUILD_VARIANT]} " == " ${BUILD_VARIANT_HOTSPOT} " ]]; then
179- suffix=" adoptium /aarch32-port-jdk8u" ;
179+ suffix=" openjdk /aarch32-port-jdk8u" ;
180180 elif [[ " ${BUILD_CONFIG[BUILD_VARIANT]} " == " ${BUILD_VARIANT_TEMURIN} " ]]; then
181181 suffix=" adoptium/${BUILD_CONFIG[OPENJDK_FOREST_NAME]} "
182182 else
You can’t perform that action at this time.
0 commit comments