File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
OracleDatabase/SingleInstance/dockerfiles Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -182,7 +182,7 @@ if [ "$(arch)" == "aarch64" ] || [ "$(arch)" == "arm64" ]; then
182182 if [ " ${VERSION} " == " 19.3.0" ] && { [ " ${BASE_ONLY} " -eq 1 ] || [ " ${ENTERPRISE} " -eq 1 ]; }; then
183183 BUILD_OPTS=(" --build-arg" " INSTALL_FILE_1=LINUX.ARM64_1919000_db_home.zip" " ${BUILD_OPTS[@]} " )
184184 elif { [ " ${VERSION} " == " 23.9.0" ] && [ " ${FREE} " -eq 1 ]; }; then
185- BUILD_OPTS=(" --build-arg" " INSTALL_FILE_1=https://download.oracle.com/otn-pub/otn_software/db-free/oracle-database-free-23ai-23.9-1.el8.x86_64 .rpm" " ${BUILD_OPTS[@]} " )
185+ BUILD_OPTS=(" --build-arg" " INSTALL_FILE_1=https://download.oracle.com/otn-pub/otn_software/db-free/oracle-database-free-23ai-23.9-1.el8.aarch64 .rpm" " ${BUILD_OPTS[@]} " )
186186 else
187187 echo " Currently only 19c enterprise edition and 23ai Free are supported on ARM64 platform." ;
188188 exit 1;
You can’t perform that action at this time.
0 commit comments