potiuk edited a comment on pull request #22127:
URL: https://github.com/apache/airflow/pull/22127#issuecomment-1063192983


   I am refreshing the images now and will test it after the refreshing is done 
- with both Linux and Mac OS M1, what we should end-ip with is that our 
"ghcr.io" images get multi-platform and when running Breeze on M1, you will 
pull arm64, and on intel, you will pull amd64. 
   
   The images should be refreshed in max 2 hours (it takes a lot of time to 
build ARM image on linux - I will optimize it later). Once it is, I will ping 
here and I would love if someone with intel-based MacOS could test it as well.
   
   Make sure to checkout my branch :)
   
   ```
   docker system prune --all 
   ./breeze --python Y..Z --backend postgres # It should pull images and run as 
usual for Mac OS M1 it should be 10x faster and Docker Desktop should not 
complain about emulated images
   change setup.py
   ./breeze build-image # this should rebuild in few minutes - most of the 
layers should be "CACHED"
   ```
   


-- 
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