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 || {
75
75
echo " There was an error pushing the amd64 image."
76
76
exit 1
77
77
}
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."
80
80
exit 1
81
81
}
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."
84
84
exit 1
85
85
}
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 || {
87
87
echo " There was an error building the manifest."
88
88
exit 1
89
89
}
You can’t perform that action at this time.
0 commit comments