This is an automated email from the ASF dual-hosted git repository.

kaxilnaik pushed a commit to branch v3-0-stable
in repository https://gitbox.apache.org/repos/asf/airflow.git


The following commit(s) were added to refs/heads/v3-0-stable by this push:
     new 16f77449428 [v3-0-test] Remove experimental ARM support from container 
images (#50261) (#50263)
16f77449428 is described below

commit 16f77449428177ac79cc13c03cf717198c8a2b10
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Wed May 7 03:10:20 2025 +0530

    [v3-0-test] Remove experimental ARM support from container images (#50261) 
(#50263)
    
    (cherry picked from commit dcb098416cacb452cfb4b709c84aa17bcf96dead)
    
    Co-authored-by: Jarek Potiuk <ja...@potiuk.com>
---
 docker-stack-docs/changelog.rst |  6 ++++++
 docker-stack-docs/index.rst     | 18 ++++--------------
 2 files changed, 10 insertions(+), 14 deletions(-)

diff --git a/docker-stack-docs/changelog.rst b/docker-stack-docs/changelog.rst
index ce6817fabc2..6c5dfa78669 100644
--- a/docker-stack-docs/changelog.rst
+++ b/docker-stack-docs/changelog.rst
@@ -34,6 +34,12 @@ the Airflow team.
        any Airflow version from the ``Airflow 2`` line. There is no guarantee 
that it will work, but if it does,
        then you can use latest features from that image to build images for 
previous Airflow versions.
 
+Airflow 3.0.1
+~~~~~~~~~~~~~
+
+  * The ``ARM`` image is not experimental any more - we are running the ARM 
tests regularly in our CI. The
+    ``MySQL`` support for `ARM` images however is still experimental.
+
 Airflow 3.0
 ~~~~~~~~~~~
 
diff --git a/docker-stack-docs/index.rst b/docker-stack-docs/index.rst
index aea56610c43..5b8908e520b 100644
--- a/docker-stack-docs/index.rst
+++ b/docker-stack-docs/index.rst
@@ -48,6 +48,8 @@ Every time a new version of Airflow is released, the images 
are prepared in the
 `apache/airflow DockerHub <https://hub.docker.com/r/apache/airflow>`_
 for all the supported Python versions.
 
+The images we release are multi-platform AMD/ARM images.
+
 You can find the following images there (Assuming Airflow version 
:subst-code:`|airflow-version|`):
 
 * :subst-code:`apache/airflow:latest`              - the latest released 
Airflow image with default Python version (3.12 currently)
@@ -209,23 +211,11 @@ Support
 The reference Docker Image supports the following platforms and database:
 
 
-Intel platform (x86_64)
------------------------
-
-* Postgres Client
-* MySQL Client
-* MSSQL Client
-
-ARM platform (aarch64)
-----------------------
-
-ARM support is experimental, might change any time.
-
 * Postgres Client
-* MySQL Client (MySQL 8)
+* MySQL Client (8+)
 * MSSQL Client
 
-Note that MySQL on arm has experimental support through MariaDB client library.
+Note that MySQL on ``ARM`` platform has experimental support through MariaDB 
client library.
 
 Usage
 =====

Reply via email to