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

lostluck pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/beam.git


The following commit(s) were added to refs/heads/master by this push:
     new 5fbc699cfb5 Add docker buildx to the release yml file to build 
multi-arch containers (#28018)
5fbc699cfb5 is described below

commit 5fbc699cfb5e0441796b85a5dc93dd1371b391b5
Author: Celeste Zeng <61256376+celeste-z...@users.noreply.github.com>
AuthorDate: Tue Aug 15 19:22:10 2023 -0700

    Add docker buildx to the release yml file to build multi-arch containers 
(#28018)
    
    * Add docker buildx to build multi-arch containers.
    
    * use v2 for buildx
---
 .github/workflows/build_release_candidate.yml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/.github/workflows/build_release_candidate.yml 
b/.github/workflows/build_release_candidate.yml
index 462b3e2bdad..7b304e9aa65 100644
--- a/.github/workflows/build_release_candidate.yml
+++ b/.github/workflows/build_release_candidate.yml
@@ -163,6 +163,8 @@ jobs:
         with:
           distribution: 'temurin'
           java-version: '8'
+      - name: Set up Docker Buildx
+        uses: docker/setup-buildx-action@v2
       - name: Remove default github maven configuration
         # This step is a workaround to avoid a decryption issue of Beam's
         # net.linguica.gradle.maven.settings plugin and github's provided maven

Reply via email to