File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -75,15 +75,15 @@ ${WLSIMG_BUILDER:-docker} push $PROXY_SETTINGS $name-amd64 || {
7575 echo " There was an error pushing the amd64 image."
7676 exit 1
7777}
78- ${WLSIMG_BUILDER:- docker} build $PROXY_SETTINGS --pull --platform linux/arm64 --tag $name -aarch64 -f $SCRIPTPATH /Dockerfile $SCRIPTPATH || {
79- echo " There was an error building the aarch64 image."
78+ ${WLSIMG_BUILDER:- docker} build $PROXY_SETTINGS --pull --platform linux/arm64 --tag $name -arm64v8 -f $SCRIPTPATH /Dockerfile $SCRIPTPATH || {
79+ echo " There was an error building the arm64v8 image."
8080 exit 1
8181}
82- ${WLSIMG_BUILDER:- docker} push $PROXY_SETTINGS $name -aarch64 || {
83- echo " There was an error pushing the aarch64 image."
82+ ${WLSIMG_BUILDER:- docker} push $PROXY_SETTINGS $name -arm64v8 || {
83+ echo " There was an error pushing the arm64v8 image."
8484 exit 1
8585}
86- ${WLSIMG_BUILDER:- docker} manifest create $PROXY_SETTINGS $name --amend $name -amd64 --amend $name -aarch64 || {
86+ ${WLSIMG_BUILDER:- docker} manifest create $PROXY_SETTINGS $name --amend $name -amd64 --amend $name -arm64v8 || {
8787 echo " There was an error building the manifest."
8888 exit 1
8989}
You can’t perform that action at this time.
0 commit comments