potiuk opened a new issue, #41934: URL: https://github.com/apache/airflow/issues/41934
Currently ARM image building is disabled, because we did not have "self-hosted" runners working after the "runners" patching by @ashb stopped working. However with the new ARC runners, we should be able to switch to "ARC" self-hosted ARM runners that we could use to build ARM cache and images. The ARM building is currently disabled: * https://github.com/apache/airflow/blob/main/.github/workflows/additional-ci-image-checks.yml#L148 * https://github.com/apache/airflow/blob/main/.github/workflows/finalize-tests.yml#L153 A draft attempt to do it has been done gere https://github.com/apache/airflow/pull/41049 - but it does not work because public ARM images are MacOS and they do not support hypervisor so running docker. However our own ARC images should be fine. -- 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]
