tvalentyn commented on code in PR #27723:
URL: https://github.com/apache/beam/pull/27723#discussion_r1281185372


##########
sdks/python/container/run_validatescontainer.sh:
##########
@@ -74,7 +75,7 @@ CONTAINER=us.gcr.io/$PROJECT/$USER/$IMAGE_NAME
 
PREBUILD_SDK_CONTAINER_REGISTRY_PATH=us.gcr.io/$PROJECT/$USER/prebuild_python${PY_VERSION//.}_sdk
 echo "Using container $CONTAINER"
 
-if [[ "$ARCH" != "ARM" ]]; then
+if [[ "$ARCH" == "x86" ]]; then

Review Comment:
   it would be more reliable to check for ARM in line 86 and error-out if the 
value is unrecognized.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to