You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
echo This script is deprecated, please refer to the Docker Images section of the README for the recommended method of pulling and running images from ECR.
architecture=$(uname -m)
if [ "${architecture}" != aarch64 -a "${architecture}" != arm64 ]; then