bugraoz93 commented on code in PR #58972:
URL: https://github.com/apache/airflow/pull/58972#discussion_r2591040421


##########
.github/workflows/ci-amd-arm.yml:
##########
@@ -732,8 +733,21 @@ jobs:
       default-branch: ${{ needs.build-info.outputs.default-branch }}
 
   build-prod-images:
+    # We need to run multiple Airflow Core versions alongside their 
distributions.
+    # To support this, we must build each version so it can be used in 
integration
+    # tests through docker-compose.
+    #
+    # We only pull the "current" version to reuse cached images and speed up 
builds.
+    # All supported versions are then built in parallel.
+    #
+    # More details: 
https://github.com/apache/infrastructure-actions/blob/main/stash/README.md?plain=1#L33
+    strategy:
+      fail-fast: false
+      matrix:
+        # yamllint disable rule: line-length
+        airflow-core-branch: ${{ 
fromJSON(needs.build-info.outputs.prod-image-build-matrix) }}
     name: Build PROD images
-    needs: [build-info, build-ci-images, generate-constraints]
+    needs: [build-info, build-ci-images, generate-constraints, 
set-prod-image-build-matrix]

Review Comment:
   ```suggestion
       needs: [build-info, build-ci-images, generate-constraints]
   ```
   



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