potiuk commented on code in PR #28077:
URL: https://github.com/apache/airflow/pull/28077#discussion_r1038613930
##########
dev/breeze/src/airflow_breeze/commands/main_command.py:
##########
@@ -155,6 +155,8 @@ def check_for_python_emulation():
def check_for_rosetta_environment():
if sys.platform != "darwin":
return
+ if platform.processor() == "i386":
Review Comment:
That's likely a. left-over?
--
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]