We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b717a2b commit a38263eCopy full SHA for a38263e
1 file changed
docker_launcher.sh
@@ -88,7 +88,7 @@ if [ "X$DOCKER_IMG" != X -a "X$RUN_NATIVE" = "X" ]; then
88
fi
89
if [ "${DOCKER_LAUNCHER_NO_OVERRIDE}" != "true" ] ; then
90
case $DOCKER_IMG in
91
- cmssw/el8:*) DOCKER_IMG="${DOCKER_IMG}-d20260519" ;;
+ cmssw/el8:x86_64|cmssw/el8:aarch64) DOCKER_IMG="${DOCKER_IMG}-d20260519" ;;
92
* ) ;;
93
esac
94
0 commit comments