vandonr-amz opened a new pull request, #27899: URL: https://github.com/apache/airflow/pull/27899
this test was failing when launched from an M1 mac because the docker image was built for the local CPU type (arm64) and then uploaded to an amd64 linux, which didn't work. `--platform` is a flag for buildx, but breeze has it replacing the default `docker build`, so this works alright. tested on an M1 macbook pro and on an EC2 ubuntu instance. -- 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]
